Uses of Class
org.apache.ivy.core.sort.ModuleInSort
Packages that use ModuleInSort
-
Uses of ModuleInSort in org.apache.ivy.core.sort
Fields in org.apache.ivy.core.sort declared as ModuleInSortFields in org.apache.ivy.core.sort with type parameters of type ModuleInSortModifier and TypeFieldDescriptionprivate List<ModuleInSort>
ModuleInSort.loopElements
private final List<ModuleInSort>
CollectionOfModulesToSort.moduleDescriptors
private final Map<ModuleId,
Collection<ModuleInSort>> CollectionOfModulesToSort.modulesByModuleId
Methods in org.apache.ivy.core.sort that return ModuleInSortModifier and TypeMethodDescriptionCollectionOfModulesToSort.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 ModuleInSortMethods in org.apache.ivy.core.sort with parameters of type ModuleInSortModifier and TypeMethodDescriptionprivate 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.