Uses of Class
org.eclipse.aether.collection.CollectRequest
-
Packages that use CollectRequest Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality.org.eclipse.aether.collection The types and extension points for collecting the transitive dependencies of an artifact and building a dependency graph.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.resolution The types supporting the resolution of artifacts and metadata from repositories. -
-
Uses of CollectRequest in org.eclipse.aether
Methods in org.eclipse.aether with parameters of type CollectRequest Modifier and Type Method Description CollectResultRepositorySystem. collectDependencies(RepositorySystemSession session, CollectRequest request)Collects the transitive dependencies of an artifact and builds a dependency graph. -
Uses of CollectRequest in org.eclipse.aether.collection
Fields in org.eclipse.aether.collection declared as CollectRequest Modifier and Type Field Description private CollectRequestCollectResult. requestMethods in org.eclipse.aether.collection that return CollectRequest Modifier and Type Method Description CollectRequestCollectRequest. addDependency(Dependency dependency)Adds the specified direct dependency.CollectRequestCollectRequest. addManagedDependency(Dependency managedDependency)Adds the specified managed dependency.CollectRequestCollectRequest. addRepository(RemoteRepository repository)Adds the specified repository for collection.CollectRequestCollectResult. getRequest()Gets the collection request that was made.CollectRequestCollectRequest. setDependencies(java.util.List<Dependency> dependencies)Sets the direct dependencies.CollectRequestCollectRequest. setManagedDependencies(java.util.List<Dependency> managedDependencies)Sets the dependency management to apply to transitive dependencies.CollectRequestCollectRequest. setRepositories(java.util.List<RemoteRepository> repositories)Sets the repositories to use for the collection.CollectRequestCollectRequest. setRequestContext(java.lang.String context)Sets the context in which this request is made.CollectRequestCollectRequest. setRoot(Dependency root)Sets the root dependency of the graph.CollectRequestCollectRequest. setRootArtifact(Artifact rootArtifact)Sets the root artifact for the dependency graph.CollectRequestCollectRequest. 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.collection with parameters of type CollectRequest Constructor Description CollectResult(CollectRequest request)Creates a new result for the specified request. -
Uses of CollectRequest in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl with parameters of type CollectRequest Modifier and Type Method Description CollectResultDependencyCollector. collectDependencies(RepositorySystemSession session, CollectRequest request)Collects the transitive dependencies of some artifacts and builds a dependency graph. -
Uses of CollectRequest in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl with parameters of type CollectRequest Modifier and Type Method Description CollectResultDefaultRepositorySystem. collectDependencies(RepositorySystemSession session, CollectRequest request) -
Uses of CollectRequest in org.eclipse.aether.internal.impl.collect
Fields in org.eclipse.aether.internal.impl.collect declared as CollectRequest Modifier and Type Field Description (package private) CollectRequestDefaultDependencyCollector.Args. requestMethods in org.eclipse.aether.internal.impl.collect with parameters of type CollectRequest Modifier and Type Method Description CollectResultDefaultDependencyCollector. collectDependencies(RepositorySystemSession session, CollectRequest request)Constructors in org.eclipse.aether.internal.impl.collect with parameters of type CollectRequest Constructor Description Args(RepositorySystemSession session, RequestTrace trace, DataPool pool, NodeStack nodes, DefaultDependencyCollectionContext collectionContext, DefaultVersionFilterContext versionContext, CollectRequest request) -
Uses of CollectRequest in org.eclipse.aether.resolution
Fields in org.eclipse.aether.resolution declared as CollectRequest Modifier and Type Field Description private CollectRequestDependencyRequest. collectRequestMethods in org.eclipse.aether.resolution that return CollectRequest Modifier and Type Method Description CollectRequestDependencyRequest. getCollectRequest()Gets the collect request used to calculate the dependency graph whose artifacts should be resolved.Methods in org.eclipse.aether.resolution with parameters of type CollectRequest Modifier and Type Method Description DependencyRequestDependencyRequest. setCollectRequest(CollectRequest collectRequest)Sets the collect request used to calculate the dependency graph whose artifacts should be resolved.Constructors in org.eclipse.aether.resolution with parameters of type CollectRequest Constructor Description DependencyRequest(CollectRequest request, DependencyFilter filter)Creates a request for the specified collect request and with the given resolution filter.
-