Package | Description |
---|---|
org.apache.maven.artifact.resolver | |
org.apache.maven.repository |
Modifier and Type | Method and Description |
---|---|
CyclicDependencyException |
ArtifactResolutionResult.getCircularDependencyException(int i) |
Modifier and Type | Method and Description |
---|---|
List<CyclicDependencyException> |
ArtifactResolutionResult.getCircularDependencyExceptions() |
Modifier and Type | Method and Description |
---|---|
ArtifactResolutionResult |
ArtifactResolutionResult.addCircularDependencyException(CyclicDependencyException e) |
Modifier and Type | Method and Description |
---|---|
void |
ResolutionNode.addDependencies(Set<Artifact> artifacts,
List<ArtifactRepository> remoteRepositories,
ArtifactFilter filter) |
Modifier and Type | Method and Description |
---|---|
CyclicDependencyException |
MetadataResolutionResult.getCircularDependencyException(int i) |
Modifier and Type | Method and Description |
---|---|
List<CyclicDependencyException> |
MetadataResolutionResult.getCircularDependencyExceptions() |
Modifier and Type | Method and Description |
---|---|
MetadataResolutionResult |
MetadataResolutionResult.addCircularDependencyException(CyclicDependencyException e) |
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.