Uses of Class
org.apache.ivy.core.sort.ModuleInSort
-
Packages that use ModuleInSort Package Description org.apache.ivy.core.sort -
-
Uses of ModuleInSort in org.apache.ivy.core.sort
Fields in org.apache.ivy.core.sort declared as ModuleInSort Modifier and Type Field Description private ModuleInSort
ModuleInSort. caller
Fields in org.apache.ivy.core.sort with type parameters of type ModuleInSort Modifier and Type Field Description private java.util.List<ModuleInSort>
ModuleInSort. loopElements
private java.util.List<ModuleInSort>
CollectionOfModulesToSort. moduleDescriptors
private java.util.Map<ModuleId,java.util.Collection<ModuleInSort>>
CollectionOfModulesToSort. modulesByModuleId
Methods in org.apache.ivy.core.sort that return ModuleInSort Modifier and Type Method Description ModuleInSort
CollectionOfModulesToSort. getModuleDescriptorDependency(DependencyDescriptor descriptor)
Find a matching module descriptor in the list of module to sort.Methods in org.apache.ivy.core.sort that return types with arguments of type ModuleInSort Modifier and Type Method Description java.util.Iterator<ModuleInSort>
CollectionOfModulesToSort. iterator()
Methods in org.apache.ivy.core.sort with parameters of type ModuleInSort Modifier and Type Method Description private void
CollectionOfModulesToSort. addToModulesByModuleId(ModuleDescriptor md, ModuleInSort mdInSort)
boolean
ModuleInSort. checkLoop(ModuleInSort futurCaller, CircularDependencyStrategy depStrategy)
Check if a adding this element as a dependency of caller will introduce a circular dependency.void
ModuleInSort. setCaller(ModuleInSort caller)
private void
ModuleDescriptorSorter. sortModuleDescriptorsHelp(ModuleInSort current, ModuleInSort caller)
If current module has already been added to list, returns, Otherwise invokes sortModuleDescriptorsHelp for all dependencies contained within set of moduleDescriptors.
-