Uses of Class
org.eclipse.aether.util.graph.transformer.ConflictIdSorter.ConflictId
-
Packages that use ConflictIdSorter.ConflictId Package Description org.eclipse.aether.util.graph.transformer 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.ConflictId Modifier and Type Field Description private ConflictIdSorter.ConflictId[]ConflictIdSorter.RootQueue. idsFields in org.eclipse.aether.util.graph.transformer with type parameters of type ConflictIdSorter.ConflictId Modifier and Type Field Description (package private) java.util.Collection<ConflictIdSorter.ConflictId>ConflictIdSorter.ConflictId. childrenMethods in org.eclipse.aether.util.graph.transformer that return ConflictIdSorter.ConflictId Modifier and Type Method Description (package private) ConflictIdSorter.ConflictIdConflictIdSorter.RootQueue. remove()Methods in org.eclipse.aether.util.graph.transformer with parameters of type ConflictIdSorter.ConflictId Modifier and Type Method Description voidConflictIdSorter.ConflictId. add(ConflictIdSorter.ConflictId child)(package private) voidConflictIdSorter.RootQueue. add(ConflictIdSorter.ConflictId id)private voidConflictIdSorter. buildConflitIdDAG(java.util.Map<java.lang.Object,ConflictIdSorter.ConflictId> ids, DependencyNode node, ConflictIdSorter.ConflictId id, int depth, java.util.Map<DependencyNode,java.lang.Object> visited, java.util.Map<?,?> conflictIds)private voidConflictIdSorter. findCycles(ConflictIdSorter.ConflictId id, java.util.Map<ConflictIdSorter.ConflictId,java.lang.Object> visited, java.util.Map<java.lang.Object,java.lang.Integer> stack, java.util.Collection<java.util.Collection<java.lang.Object>> cycles)Method parameters in org.eclipse.aether.util.graph.transformer with type arguments of type ConflictIdSorter.ConflictId Modifier and Type Method Description private voidConflictIdSorter. buildConflitIdDAG(java.util.Map<java.lang.Object,ConflictIdSorter.ConflictId> ids, DependencyNode node, ConflictIdSorter.ConflictId id, int depth, java.util.Map<DependencyNode,java.lang.Object> visited, java.util.Map<?,?> conflictIds)private java.util.Collection<java.util.Collection<java.lang.Object>>ConflictIdSorter. findCycles(java.util.Collection<ConflictIdSorter.ConflictId> conflictIds)private voidConflictIdSorter. findCycles(ConflictIdSorter.ConflictId id, java.util.Map<ConflictIdSorter.ConflictId,java.lang.Object> visited, java.util.Map<java.lang.Object,java.lang.Integer> stack, java.util.Collection<java.util.Collection<java.lang.Object>> cycles)private intConflictIdSorter. topsortConflictIds(java.util.Collection<ConflictIdSorter.ConflictId> conflictIds, DependencyGraphTransformationContext context)
-