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