public interface ArtifactResolver
| Modifier and Type | Method and Description |
|---|---|
Collection<ArtifactSpec> |
resolveAllArtifactsNonTransitively(Collection<ArtifactSpec> specs) |
Collection<ArtifactSpec> |
resolveAllArtifactsTransitively(Collection<ArtifactSpec> specs,
boolean excludes) |
ArtifactSpec |
resolveArtifact(ArtifactSpec spec) |
ArtifactSpec resolveArtifact(ArtifactSpec spec) throws Exception
ExceptionCollection<ArtifactSpec> resolveAllArtifactsTransitively(Collection<ArtifactSpec> specs, boolean excludes) throws Exception
ExceptionCollection<ArtifactSpec> resolveAllArtifactsNonTransitively(Collection<ArtifactSpec> specs) throws Exception
ExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.