@Vetoed public class ArtifactManager extends Object implements ArtifactLookup
INSTANCE| Constructor and Description |
|---|
ArtifactManager() |
| 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetpublic org.jboss.shrinkwrap.api.spec.JavaArchive artifact(String gav) throws IOException, ModuleLoadException
artifact in interface ArtifactLookupIOExceptionModuleLoadExceptionpublic org.jboss.shrinkwrap.api.spec.JavaArchive artifact(String gav, String asName) throws IOException, ModuleLoadException
artifact in interface ArtifactLookupIOExceptionModuleLoadExceptionpublic List<org.jboss.shrinkwrap.api.spec.JavaArchive> allArtifacts() throws IOException
allArtifacts in interface ArtifactLookupIOExceptionpublic List<org.jboss.shrinkwrap.api.spec.JavaArchive> allArtifacts(String... groupIdExclusions) throws IOException
allArtifacts in interface ArtifactLookupIOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.