Uses of Class
org.eclipse.aether.collection.CollectResult
-
Packages that use CollectResult 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. -
-
Uses of CollectResult in org.eclipse.aether
Methods in org.eclipse.aether that return CollectResult 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 CollectResult in org.eclipse.aether.collection
Fields in org.eclipse.aether.collection declared as CollectResult Modifier and Type Field Description private CollectResultDependencyCollectionException. resultMethods in org.eclipse.aether.collection that return CollectResult Modifier and Type Method Description CollectResultCollectResult. addCycle(DependencyCycle cycle)Records the specified dependency cycle.CollectResultCollectResult. addException(java.lang.Exception exception)Records the specified exception while building the dependency graph.CollectResultDependencyCollectionException. getResult()Gets the collection result at the point the exception occurred.CollectResultCollectResult. setRoot(DependencyNode root)Sets the root node of the dependency graph.Methods in org.eclipse.aether.collection with parameters of type CollectResult Modifier and Type Method Description private static java.lang.ThrowableDependencyCollectionException. getCause(CollectResult result)private static java.lang.StringDependencyCollectionException. getSource(CollectResult result)Constructors in org.eclipse.aether.collection with parameters of type CollectResult Constructor Description DependencyCollectionException(CollectResult result)Creates a new exception with the specified result.DependencyCollectionException(CollectResult result, java.lang.String message)Creates a new exception with the specified result and detail message.DependencyCollectionException(CollectResult result, java.lang.String message, java.lang.Throwable cause)Creates a new exception with the specified result, detail message and cause. -
Uses of CollectResult in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl that return CollectResult 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 CollectResult in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl that return CollectResult Modifier and Type Method Description CollectResultDefaultRepositorySystem. collectDependencies(RepositorySystemSession session, CollectRequest request) -
Uses of CollectResult in org.eclipse.aether.internal.impl.collect
Fields in org.eclipse.aether.internal.impl.collect declared as CollectResult Modifier and Type Field Description private CollectResultDefaultDependencyCollector.Results. resultMethods in org.eclipse.aether.internal.impl.collect that return CollectResult Modifier and Type Method Description CollectResultDefaultDependencyCollector. collectDependencies(RepositorySystemSession session, CollectRequest request)Constructors in org.eclipse.aether.internal.impl.collect with parameters of type CollectResult Constructor Description Results(CollectResult result, RepositorySystemSession session)
-