Uses of Class
org.wildfly.plugin.tools.bootablejar.ScannedArtifacts
Packages that use ScannedArtifacts
-
Uses of ScannedArtifacts in org.wildfly.plugin.tools.bootablejar
Methods in org.wildfly.plugin.tools.bootablejar that return ScannedArtifactsModifier and TypeMethodDescriptionstatic 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 ScannedArtifactsModifier and TypeMethodDescriptionstatic 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.