Uses of Class
org.eclipse.aether.repository.LocalArtifactRequest
Packages that use LocalArtifactRequest
Package
Description
The definition of various kinds of repositories that host artifacts.
-
Uses of LocalArtifactRequest in org.eclipse.aether.repository
Methods in org.eclipse.aether.repository that return LocalArtifactRequestModifier 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.Methods in org.eclipse.aether.repository with parameters of type LocalArtifactRequestModifier and TypeMethodDescriptionLocalRepositoryManager.find
(RepositorySystemSession session, LocalArtifactRequest request) Queries for the existence of an artifact in the local repository.Constructors in org.eclipse.aether.repository with parameters of type LocalArtifactRequestModifierConstructorDescriptionLocalArtifactResult
(LocalArtifactRequest request) Creates a new result for the specified request.