public class BuildTool extends Object
| Constructor and Description |
|---|
BuildTool() |
public BuildTool properties(Properties properties)
public BuildTool bundleDependencies(boolean bundleDependencies)
public BuildTool resolveTransitiveDependencies(boolean resolveTransitiveDependencies)
public BuildTool projectArtifact(String groupId, String artifactId, String version, String packaging, File file)
public BuildTool projectArchive(org.jboss.shrinkwrap.api.Archive archive)
public BuildTool dependency(String scope, String groupId, String artifactId, String version, String packaging, String classifier, File file)
public Set<ArtifactSpec> dependencies()
public Set<ArtifactSpec> moduleDependencies()
public BuildTool artifactResolvingHelper(ArtifactResolvingHelper resolver)
public boolean includeAsBootstrapJar(ArtifactSpec dependency)
protected boolean hasNonBootstrapMarker(ArtifactSpec spec)
protected ArtifactSpec resolveArtifact(ArtifactSpec spec) throws Exception
Exceptionprotected void gatherDependency(ArtifactSpec artifact) throws Exception
Exceptionprotected void analyzeModuleDependencies()
throws IOException
IOExceptionprotected void analyzeModuleDependencies(ArtifactSpec artifact) throws IOException
IOExceptionprotected void analyzeModuleDependencies(InputStream moduleXml) throws IOException
IOExceptionpublic ArtifactSpec findArtifact(String groupId, String artifactId, String version, String packaging, String classifier)
public boolean bootstrapJarShadesJBossModules(File artifactFile) throws IOException
IOExceptionpublic void expandArtifact(File artifactFile) throws IOException
IOExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.