Uses of Class
org.eclipse.aether.resolution.ArtifactRequest
-
Packages that use ArtifactRequest Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality.org.eclipse.aether.impl The provisional interfaces defining the various sub components that implement the repository system.org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.resolution The types supporting the resolution of artifacts and metadata from repositories. -
-
Uses of ArtifactRequest in org.eclipse.aether
Methods in org.eclipse.aether with parameters of type ArtifactRequest Modifier and Type Method Description ArtifactResultRepositorySystem. resolveArtifact(RepositorySystemSession session, ArtifactRequest request)Resolves the path for an artifact.Method parameters in org.eclipse.aether with type arguments of type ArtifactRequest Modifier and Type Method Description java.util.List<ArtifactResult>RepositorySystem. resolveArtifacts(RepositorySystemSession session, java.util.Collection<? extends ArtifactRequest> requests)Resolves the paths for a collection of artifacts. -
Uses of ArtifactRequest in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl with parameters of type ArtifactRequest Modifier and Type Method Description ArtifactResultArtifactResolver. resolveArtifact(RepositorySystemSession session, ArtifactRequest request)Resolves the path for an artifact.Method parameters in org.eclipse.aether.impl with type arguments of type ArtifactRequest Modifier and Type Method Description java.util.List<ArtifactResult>ArtifactResolver. resolveArtifacts(RepositorySystemSession session, java.util.Collection<? extends ArtifactRequest> requests)Resolves the paths for a collection of artifacts. -
Uses of ArtifactRequest in org.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl declared as ArtifactRequest Modifier and Type Field Description (package private) ArtifactRequestDefaultArtifactResolver.ResolutionItem. requestFields in org.eclipse.aether.internal.impl with type parameters of type ArtifactRequest Modifier and Type Field Description private java.util.List<ArtifactRequest>ArtifactRequestBuilder. requestsMethods in org.eclipse.aether.internal.impl that return types with arguments of type ArtifactRequest Modifier and Type Method Description java.util.List<ArtifactRequest>ArtifactRequestBuilder. getRequests()Methods in org.eclipse.aether.internal.impl with parameters of type ArtifactRequest Modifier and Type Method Description ArtifactResultDefaultArtifactResolver. resolveArtifact(RepositorySystemSession session, ArtifactRequest request)ArtifactResultDefaultRepositorySystem. resolveArtifact(RepositorySystemSession session, ArtifactRequest request)Method parameters in org.eclipse.aether.internal.impl with type arguments of type ArtifactRequest Modifier and Type Method Description private java.util.List<ArtifactResult>DefaultArtifactResolver. resolve(RepositorySystemSession session, java.util.Collection<? extends ArtifactRequest> requests)java.util.List<ArtifactResult>DefaultArtifactResolver. resolveArtifacts(RepositorySystemSession session, java.util.Collection<? extends ArtifactRequest> requests)java.util.List<ArtifactResult>DefaultRepositorySystem. resolveArtifacts(RepositorySystemSession session, java.util.Collection<? extends ArtifactRequest> requests) -
Uses of ArtifactRequest in org.eclipse.aether.resolution
Fields in org.eclipse.aether.resolution declared as ArtifactRequest Modifier and Type Field Description private ArtifactRequestArtifactResult. requestMethods in org.eclipse.aether.resolution that return ArtifactRequest Modifier and Type Method Description ArtifactRequestArtifactRequest. addRepository(RemoteRepository repository)Adds the specified repository for the resolution.ArtifactRequestArtifactResult. getRequest()Gets the resolution request that was made.ArtifactRequestArtifactRequest. setArtifact(Artifact artifact)Sets the artifact to resolve.ArtifactRequestArtifactRequest. setDependencyNode(DependencyNode node)Sets the dependency node to resolve.ArtifactRequestArtifactRequest. setRepositories(java.util.List<RemoteRepository> repositories)Sets the repositories to resolve the artifact from.ArtifactRequestArtifactRequest. setRequestContext(java.lang.String context)Sets the context in which this request is made.ArtifactRequestArtifactRequest. setTrace(RequestTrace trace)Sets the trace information that describes the higher level request/operation in which this request is issued.Constructors in org.eclipse.aether.resolution with parameters of type ArtifactRequest Constructor Description ArtifactResult(ArtifactRequest request)Creates a new result for the specified request.
-