Class ScannedArtifacts
java.lang.Object
org.wildfly.plugin.tools.bootablejar.ScannedArtifacts
Describes the artifacts required for the bootable JAR.
- Author:
- jdenise
-
Constructor Summary
ConstructorsConstructorDescriptionScannedArtifacts
(org.jboss.galleon.universe.maven.MavenArtifact bootArtifact, org.jboss.galleon.universe.maven.MavenArtifact jbossModules, Set<org.jboss.galleon.universe.maven.MavenArtifact> cliArtifacts) Creates a new scanned artifact description -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.galleon.universe.maven.MavenArtifact
getBoot()
Returns the artifact used for booting.Set
<org.jboss.galleon.universe.maven.MavenArtifact> Returns an immutable set of CLI artifacts.org.jboss.galleon.universe.maven.MavenArtifact
Returns the JBoss Modules artifact.
-
Constructor Details
-
ScannedArtifacts
public ScannedArtifacts(org.jboss.galleon.universe.maven.MavenArtifact bootArtifact, org.jboss.galleon.universe.maven.MavenArtifact jbossModules, Set<org.jboss.galleon.universe.maven.MavenArtifact> cliArtifacts) Creates a new scanned artifact description- Parameters:
bootArtifact
- the boot artifactjbossModules
- the JBoss Modules artifactcliArtifacts
- the CLI artifact
-
-
Method Details
-
getBoot
public org.jboss.galleon.universe.maven.MavenArtifact getBoot()Returns the artifact used for booting.- Returns:
- the boot artifact
-
getJbossModules
public org.jboss.galleon.universe.maven.MavenArtifact getJbossModules()Returns the JBoss Modules artifact.- Returns:
- the JBoss Modules artifact
-
getCliArtifacts
Returns an immutable set of CLI artifacts. The artifacts themselves are mutable, however the set is not.- Returns:
- the cliArtifacts
-