public interface ArtifactLookup
| Modifier and Type | Field and Description |
|---|---|
static AtomicReference<ArtifactLookup> |
INSTANCE |
| 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.Archive |
artifact(String gav) |
org.jboss.shrinkwrap.api.Archive |
artifact(String gav,
String asName) |
static ArtifactLookup |
get() |
static final AtomicReference<ArtifactLookup> INSTANCE
Copyright © 2016 JBoss by Red Hat. All rights reserved.