Uses of Class
org.eclipse.aether.resolution.ArtifactDescriptorRequest
-
Packages that use ArtifactDescriptorRequest 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.internal.impl.collect Internal helper classes for dependency collector.org.eclipse.aether.internal.test.util Utility classes to ease unit testing.org.eclipse.aether.resolution The types supporting the resolution of artifacts and metadata from repositories. -
-
Uses of ArtifactDescriptorRequest in org.eclipse.aether
Methods in org.eclipse.aether with parameters of type ArtifactDescriptorRequest Modifier and Type Method Description ArtifactDescriptorResultRepositorySystem. readArtifactDescriptor(RepositorySystemSession session, ArtifactDescriptorRequest request)Gets information about an artifact like its direct dependencies and potential relocations. -
Uses of ArtifactDescriptorRequest in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl with parameters of type ArtifactDescriptorRequest Modifier and Type Method Description ArtifactDescriptorResultArtifactDescriptorReader. readArtifactDescriptor(RepositorySystemSession session, ArtifactDescriptorRequest request)Gets information about an artifact like its direct dependencies and potential relocations. -
Uses of ArtifactDescriptorRequest in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl with parameters of type ArtifactDescriptorRequest Modifier and Type Method Description ArtifactDescriptorResultDefaultRepositorySystem. readArtifactDescriptor(RepositorySystemSession session, ArtifactDescriptorRequest request) -
Uses of ArtifactDescriptorRequest in org.eclipse.aether.internal.impl.collect
Methods in org.eclipse.aether.internal.impl.collect that return ArtifactDescriptorRequest Modifier and Type Method Description private static ArtifactDescriptorRequestDefaultDependencyCollector. createArtifactDescriptorRequest(DefaultDependencyCollector.Args args, java.util.List<RemoteRepository> repositories, Dependency d) -
Uses of ArtifactDescriptorRequest in org.eclipse.aether.internal.test.util
Methods in org.eclipse.aether.internal.test.util with parameters of type ArtifactDescriptorRequest Modifier and Type Method Description ArtifactDescriptorResultIniArtifactDescriptorReader. readArtifactDescriptor(RepositorySystemSession session, ArtifactDescriptorRequest request)Parses the resource$prefix/gid_aid_ver.inifrom the request artifact as an artifact description and wraps it into an ArtifactDescriptorResult. -
Uses of ArtifactDescriptorRequest in org.eclipse.aether.resolution
Fields in org.eclipse.aether.resolution declared as ArtifactDescriptorRequest Modifier and Type Field Description private ArtifactDescriptorRequestArtifactDescriptorResult. requestMethods in org.eclipse.aether.resolution that return ArtifactDescriptorRequest Modifier and Type Method Description ArtifactDescriptorRequestArtifactDescriptorRequest. addRepository(RemoteRepository repository)Adds the specified repository for the resolution of the artifact descriptor.ArtifactDescriptorRequestArtifactDescriptorResult. getRequest()Gets the descriptor request that was made.ArtifactDescriptorRequestArtifactDescriptorRequest. setArtifact(Artifact artifact)Sets the artifact whose descriptor shall be read.ArtifactDescriptorRequestArtifactDescriptorRequest. setRepositories(java.util.List<RemoteRepository> repositories)Sets the repositories to resolve the descriptor from.ArtifactDescriptorRequestArtifactDescriptorRequest. setRequestContext(java.lang.String context)Sets the context in which this request is made.ArtifactDescriptorRequestArtifactDescriptorRequest. 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 ArtifactDescriptorRequest Constructor Description ArtifactDescriptorResult(ArtifactDescriptorRequest request)Creates a new result for the specified request.
-