public class ArtifactManager extends Object
| Constructor and Description |
|---|
ArtifactManager() |
ArtifactManager(InputStream in) |
ArtifactManager(WildFlySwarmDependenciesConf deps) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jboss.shrinkwrap.api.spec.JavaArchive> |
allArtifacts() |
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
IOExceptionModuleLoadExceptionpublic org.jboss.shrinkwrap.api.spec.JavaArchive artifact(String gav, String asName) throws IOException, ModuleLoadException
IOExceptionModuleLoadExceptionpublic List<org.jboss.shrinkwrap.api.spec.JavaArchive> allArtifacts() throws IOException
IOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.