@Vetoed public class ArtifactManager extends Object implements org.wildfly.swarm.spi.api.ArtifactLookup
| Constructor and Description |
|---|
ArtifactManager() |
ArtifactManager(InputStream in) |
ArtifactManager(WildFlySwarmDependenciesConf deps) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jboss.shrinkwrap.api.spec.JavaArchive> |
allArtifacts() |
List<org.jboss.shrinkwrap.api.spec.JavaArchive> |
allArtifacts(String... groupIdExclusions) |
org.jboss.shrinkwrap.api.spec.JavaArchive |
artifact(String gav) |
org.jboss.shrinkwrap.api.spec.JavaArchive |
artifact(String gav,
String asName) |
public ArtifactManager(WildFlySwarmDependenciesConf deps)
public ArtifactManager(InputStream in) throws IOException
IOExceptionpublic ArtifactManager()
throws IOException
IOExceptionpublic org.jboss.shrinkwrap.api.spec.JavaArchive artifact(String gav) throws IOException, ModuleLoadException
artifact in interface org.wildfly.swarm.spi.api.ArtifactLookupIOExceptionModuleLoadExceptionpublic org.jboss.shrinkwrap.api.spec.JavaArchive artifact(String gav, String asName) throws IOException, ModuleLoadException
artifact in interface org.wildfly.swarm.spi.api.ArtifactLookupIOExceptionModuleLoadExceptionpublic List<org.jboss.shrinkwrap.api.spec.JavaArchive> allArtifacts() throws IOException
allArtifacts in interface org.wildfly.swarm.spi.api.ArtifactLookupIOExceptionpublic List<org.jboss.shrinkwrap.api.spec.JavaArchive> allArtifacts(String... groupIdExclusions) throws IOException
allArtifacts in interface org.wildfly.swarm.spi.api.ArtifactLookupIOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.