Uses of Class
org.wildfly.plugin.tools.bootablejar.ScannedArtifacts
-
Packages that use ScannedArtifacts Package Description org.wildfly.plugin.tools.bootablejar -
-
Uses of ScannedArtifacts in org.wildfly.plugin.tools.bootablejar
Methods in org.wildfly.plugin.tools.bootablejar that return ScannedArtifacts Modifier and Type Method Description static ScannedArtifacts
BootableJarSupport. scanArtifacts(org.jboss.galleon.api.Provisioning pm, org.jboss.galleon.api.config.GalleonProvisioningConfig config, org.jboss.galleon.MessageWriter writer)
Scans the provisioning session for required artifacts.Methods in org.wildfly.plugin.tools.bootablejar with parameters of type ScannedArtifacts Modifier and Type Method Description static void
BootableJarSupport. buildJar(Path contentDir, Path jarFile, ScannedArtifacts bootable, org.jboss.galleon.universe.maven.repo.MavenRepoManager resolver)
Builds a JAR file for the bootable JAR.
-