Uses of Class
org.eclipse.aether.repository.LocalArtifactRequest
Packages that use LocalArtifactRequest
Package
Description
The various sub components that collectively implement the repository system.
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.impl
Methods in org.eclipse.aether.internal.impl with parameters of type LocalArtifactRequestModifier and TypeMethodDescriptionEnhancedLocalRepositoryManager.find
(RepositorySystemSession session, LocalArtifactRequest request) SimpleLocalRepositoryManager.find
(RepositorySystemSession session, LocalArtifactRequest request) -
Uses of LocalArtifactRequest in org.eclipse.aether.internal.test.util
Methods in org.eclipse.aether.internal.test.util with parameters of type LocalArtifactRequestModifier and TypeMethodDescriptionTestLocalRepositoryManager.find
(RepositorySystemSession session, LocalArtifactRequest request) -
Uses of LocalArtifactRequest in org.eclipse.aether.repository
Fields in org.eclipse.aether.repository declared as LocalArtifactRequestMethods 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. -
Uses of LocalArtifactRequest in org.eclipse.aether.util.repository
Methods in org.eclipse.aether.util.repository with parameters of type LocalArtifactRequestModifier and TypeMethodDescriptionChainedLocalRepositoryManager.find
(RepositorySystemSession session, LocalArtifactRequest request)