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.loopElementsprivate final List<ModuleInSort>CollectionOfModulesToSort.moduleDescriptorsprivate final Map<ModuleId,Collection<ModuleInSort>> CollectionOfModulesToSort.modulesByModuleIdMethods 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 voidCollectionOfModulesToSort.addToModulesByModuleId(ModuleDescriptor md, ModuleInSort mdInSort) booleanModuleInSort.checkLoop(ModuleInSort futurCaller, CircularDependencyStrategy depStrategy) Check if a adding this element as a dependency of caller will introduce a circular dependency.voidModuleInSort.setCaller(ModuleInSort caller) private voidModuleDescriptorSorter.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.