Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
org.eclipse.aether.resolution |
The types supporting the resolution of artifacts and metadata from repositories.
|
Modifier and Type | Method and Description |
---|---|
ArtifactResult |
RepositorySystem.resolveArtifact(RepositorySystemSession session,
ArtifactRequest request)
Resolves the path for an artifact.
|
Modifier and Type | Method and Description |
---|---|
List<ArtifactResult> |
RepositorySystem.resolveArtifacts(RepositorySystemSession session,
Collection<? extends ArtifactRequest> requests)
Resolves the paths for a collection of artifacts.
|
Modifier and Type | Method and Description |
---|---|
ArtifactResult |
ArtifactResult.addException(Exception exception)
Records the specified exception while resolving the artifact.
|
ArtifactResult |
ArtifactResolutionException.getResult()
Gets the first result from
ArtifactResolutionException.getResults() . |
ArtifactResult |
ArtifactResult.setArtifact(Artifact artifact)
Sets the resolved artifact.
|
ArtifactResult |
ArtifactResult.setRepository(ArtifactRepository repository)
Sets the repository from which the artifact was resolved.
|
Modifier and Type | Method and Description |
---|---|
List<ArtifactResult> |
DependencyResult.getArtifactResults()
Gets the resolution results for the dependency artifacts that matched
DependencyRequest.getFilter() . |
List<ArtifactResult> |
ArtifactResolutionException.getResults()
Gets the resolution results at the point the exception occurred.
|
Modifier and Type | Method and Description |
---|---|
DependencyResult |
DependencyResult.setArtifactResults(List<ArtifactResult> results)
Sets the resolution results for the artifacts that matched
DependencyRequest.getFilter() . |
Constructor and Description |
---|
ArtifactResolutionException(List<ArtifactResult> results)
Creates a new exception with the specified results.
|
ArtifactResolutionException(List<ArtifactResult> results,
String message)
Creates a new exception with the specified results and detail message.
|
ArtifactResolutionException(List<ArtifactResult> results,
String message,
Throwable cause)
Creates a new exception with the specified results, detail message and cause.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.