| Package | Description |
|---|---|
| org.apache.maven.artifact.resolver | |
| org.apache.maven.repository |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<CyclicDependencyException> |
ArtifactResolutionResult.circularDependencyExceptions |
| Modifier and Type | Method and Description |
|---|---|
CyclicDependencyException |
ArtifactResolutionResult.getCircularDependencyException(int i) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CyclicDependencyException> |
ArtifactResolutionResult.getCircularDependencyExceptions() |
| Modifier and Type | Method and Description |
|---|---|
ArtifactResolutionResult |
ArtifactResolutionResult.addCircularDependencyException(CyclicDependencyException e) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResolutionNode.addDependencies(java.util.Set<Artifact> artifacts,
java.util.List<ArtifactRepository> remoteRepositories,
ArtifactFilter filter) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<CyclicDependencyException> |
MetadataResolutionResult.circularDependencyExceptions |
| Modifier and Type | Method and Description |
|---|---|
CyclicDependencyException |
MetadataResolutionResult.getCircularDependencyException(int i) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CyclicDependencyException> |
MetadataResolutionResult.getCircularDependencyExceptions() |
| Modifier and Type | Method and Description |
|---|---|
MetadataResolutionResult |
MetadataResolutionResult.addCircularDependencyException(CyclicDependencyException e) |