Uses of Class
org.eclipse.aether.repository.LocalArtifactRequest
-
Packages that use LocalArtifactRequest Package Description org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.internal.test.util Utility classes to ease unit testing.org.eclipse.aether.repository The definition of various kinds of repositories that host artifacts. -
-
Uses of LocalArtifactRequest in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl with parameters of type LocalArtifactRequest Modifier and Type Method Description LocalArtifactResultEnhancedLocalRepositoryManager. find(RepositorySystemSession session, LocalArtifactRequest request)LocalArtifactResultSimpleLocalRepositoryManager. 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 LocalArtifactRequest Modifier and Type Method Description LocalArtifactResultTestLocalRepositoryManager. find(RepositorySystemSession session, LocalArtifactRequest request) -
Uses of LocalArtifactRequest in org.eclipse.aether.repository
Fields in org.eclipse.aether.repository declared as LocalArtifactRequest Modifier and Type Field Description private LocalArtifactRequestLocalArtifactResult. requestMethods in org.eclipse.aether.repository that return LocalArtifactRequest Modifier and Type Method Description LocalArtifactRequestLocalArtifactResult. getRequest()Gets the request corresponding to this result.LocalArtifactRequestLocalArtifactRequest. setArtifact(Artifact artifact)Sets the artifact to query for.LocalArtifactRequestLocalArtifactRequest. setContext(java.lang.String context)Sets the resolution context.LocalArtifactRequestLocalArtifactRequest. setRepositories(java.util.List<RemoteRepository> repositories)Sets the remote repositories to consider as sources of the artifact.Methods in org.eclipse.aether.repository with parameters of type LocalArtifactRequest Modifier and Type Method Description LocalArtifactResultLocalRepositoryManager. 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 LocalArtifactRequest Constructor Description LocalArtifactResult(LocalArtifactRequest request)Creates a new result for the specified request.
-