Uses of Class
org.eclipse.aether.resolution.DependencyResult
-
Packages that use DependencyResult Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality.org.eclipse.aether.resolution The types supporting the resolution of artifacts and metadata from repositories. -
-
Uses of DependencyResult in org.eclipse.aether
Methods in org.eclipse.aether that return DependencyResult Modifier and Type Method Description DependencyResultRepositorySystem. resolveDependencies(RepositorySystemSession session, DependencyRequest request)Collects and resolves the transitive dependencies of an artifact. -
Uses of DependencyResult in org.eclipse.aether.resolution
Methods in org.eclipse.aether.resolution that return DependencyResult Modifier and Type Method Description DependencyResultDependencyResolutionException. getResult()Gets the dependency result at the point the exception occurred.DependencyResultDependencyResult. setArtifactResults(java.util.List<ArtifactResult> results)Sets the resolution results for the artifacts that matchedDependencyRequest.getFilter().DependencyResultDependencyResult. setCollectExceptions(java.util.List<java.lang.Exception> exceptions)Records the specified exceptions while building the dependency graph.DependencyResultDependencyResult. setCycles(java.util.List<DependencyCycle> cycles)Records the specified dependency cycles while building the dependency graph.DependencyResultDependencyResult. setDependencyNodeResults(java.util.List<DependencyNode> results)Sets the resolution results for the dependency nodes that matchedDependencyRequest.getFilter().DependencyResultDependencyResult. setRoot(DependencyNode root)Sets the root node of the resolved dependency graph.Constructors in org.eclipse.aether.resolution with parameters of type DependencyResult Constructor Description DependencyResolutionException(DependencyResult result, java.lang.String message, java.lang.Throwable cause)Creates a new exception with the specified result, detail message and cause.DependencyResolutionException(DependencyResult result, java.lang.Throwable cause)Creates a new exception with the specified result and cause.
-