Uses of Class
org.eclipse.aether.repository.LocalArtifactRequest
Package
Description
Utility classes to ease unit testing.
The definition of various kinds of repositories that host artifacts.
Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities.
-
Uses of LocalArtifactRequest in org.eclipse.aether.internal.test.util
Modifier and TypeMethodDescriptionTestLocalRepositoryManager.find
(RepositorySystemSession session, LocalArtifactRequest request) -
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. -
Uses of LocalArtifactRequest in org.eclipse.aether.util.repository
Modifier and TypeMethodDescriptionChainedLocalRepositoryManager.find
(RepositorySystemSession session, LocalArtifactRequest request)