Uses of Class
org.eclipse.aether.util.graph.transformer.ConflictIdSorter.ConflictId
Packages that use ConflictIdSorter.ConflictId
Package
Description
Various dependency graph transformers for post-processing a dependency graph.
-
Uses of ConflictIdSorter.ConflictId in org.eclipse.aether.util.graph.transformer
Fields in org.eclipse.aether.util.graph.transformer declared as ConflictIdSorter.ConflictIdModifier and TypeFieldDescriptionprivate ConflictIdSorter.ConflictId[]ConflictIdSorter.RootQueue.idsFields in org.eclipse.aether.util.graph.transformer with type parameters of type ConflictIdSorter.ConflictIdModifier and TypeFieldDescription(package private) Collection<ConflictIdSorter.ConflictId> ConflictIdSorter.ConflictId.childrenMethods in org.eclipse.aether.util.graph.transformer that return ConflictIdSorter.ConflictIdModifier and TypeMethodDescription(package private) ConflictIdSorter.ConflictIdConflictIdSorter.RootQueue.remove()Methods in org.eclipse.aether.util.graph.transformer with parameters of type ConflictIdSorter.ConflictIdModifier and TypeMethodDescriptionvoidConflictIdSorter.ConflictId.add(ConflictIdSorter.ConflictId child) (package private) voidConflictIdSorter.RootQueue.add(ConflictIdSorter.ConflictId id) private voidConflictIdSorter.buildConflitIdDAG(Map<Object, ConflictIdSorter.ConflictId> ids, DependencyNode node, ConflictIdSorter.ConflictId id, int depth, Map<DependencyNode, Object> visited, Map<?, ?> conflictIds) private voidConflictIdSorter.findCycles(ConflictIdSorter.ConflictId id, Map<ConflictIdSorter.ConflictId, Object> visited, Map<Object, Integer> stack, Collection<Collection<Object>> cycles) Method parameters in org.eclipse.aether.util.graph.transformer with type arguments of type ConflictIdSorter.ConflictIdModifier and TypeMethodDescriptionprivate voidConflictIdSorter.buildConflitIdDAG(Map<Object, ConflictIdSorter.ConflictId> ids, DependencyNode node, ConflictIdSorter.ConflictId id, int depth, Map<DependencyNode, Object> visited, Map<?, ?> conflictIds) private Collection<Collection<Object>> ConflictIdSorter.findCycles(Collection<ConflictIdSorter.ConflictId> conflictIds) private voidConflictIdSorter.findCycles(ConflictIdSorter.ConflictId id, Map<ConflictIdSorter.ConflictId, Object> visited, Map<Object, Integer> stack, Collection<Collection<Object>> cycles) private intConflictIdSorter.topsortConflictIds(Collection<ConflictIdSorter.ConflictId> conflictIds, DependencyGraphTransformationContext context)