Package | Description |
---|---|
org.eclipse.aether.repository |
The definition of various kinds of repositories that host artifacts.
|
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(String context)
Sets the resolution context.
|
LocalArtifactRequest |
LocalArtifactRequest.setRepositories(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.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.