| Package | Description |
|---|---|
| org.eclipse.aether.repository |
The definition of various kinds of repositories that host artifacts.
|
| Modifier and Type | Method | Description |
|---|---|---|
LocalArtifactRequest |
LocalArtifactResult.getRequest() |
Gets the request corresponding to this result.
|
LocalArtifactRequest |
LocalArtifactRequest.setArtifact(Artifact artifact) |
Sets the artifact to query for.
|
LocalArtifactRequest |
LocalArtifactRequest.setContext(java.lang.String context) |
Sets the resolution context.
|
LocalArtifactRequest |
LocalArtifactRequest.setRepositories(java.util.List<RemoteRepository> repositories) |
Sets the remote repositories to consider as sources of the artifact.
|
| Modifier and Type | Method | Description |
|---|---|---|
LocalArtifactResult |
LocalRepositoryManager.find(RepositorySystemSession session,
LocalArtifactRequest request) |
Queries for the existence of an artifact in the local repository.
|
| Constructor | Description |
|---|---|
LocalArtifactResult(LocalArtifactRequest request) |
Creates a new result for the specified request.
|