public interface ArtifactResolvingHelper
| Modifier and Type | Method and Description |
|---|---|
ArtifactSpec |
resolve(ArtifactSpec spec)
Resolves the file for given artifact.
|
default Set<ArtifactSpec> |
resolveAll(Collection<ArtifactSpec> specs) |
Set<ArtifactSpec> |
resolveAll(Collection<ArtifactSpec> specs,
boolean transitive,
boolean defaultExcludes) |
ArtifactSpec resolve(ArtifactSpec spec) throws Exception
spec - The artifact to resolveExceptiondefault Set<ArtifactSpec> resolveAll(Collection<ArtifactSpec> specs) throws Exception
ExceptionSet<ArtifactSpec> resolveAll(Collection<ArtifactSpec> specs, boolean transitive, boolean defaultExcludes) throws Exception
ExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.