Package | Description |
---|---|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
org.eclipse.aether.internal.test.util |
Utility classes to ease unit testing.
|
org.eclipse.aether.repository |
The definition of various kinds of repositories that host artifacts.
|
Modifier and Type | Method and Description |
---|---|
LocalArtifactResult |
EnhancedLocalRepositoryManager.find(RepositorySystemSession session,
LocalArtifactRequest request) |
LocalArtifactResult |
SimpleLocalRepositoryManager.find(RepositorySystemSession session,
LocalArtifactRequest request) |
Modifier and Type | Method and Description |
---|---|
LocalArtifactResult |
TestLocalRepositoryManager.find(RepositorySystemSession session,
LocalArtifactRequest request) |
Modifier and Type | Field and Description |
---|---|
private LocalArtifactRequest |
LocalArtifactResult.request |
Modifier and Type | Method and 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 and Description |
---|---|
LocalArtifactResult |
LocalRepositoryManager.find(RepositorySystemSession session,
LocalArtifactRequest request)
Queries for the existence of an artifact in the local repository.
|
Constructor and Description |
---|
LocalArtifactResult(LocalArtifactRequest request)
Creates a new result for the specified request.
|