Class ModuleDescriptorSorter

java.lang.Object
org.apache.ivy.core.sort.ModuleDescriptorSorter

public class ModuleDescriptorSorter extends Object
Inner helper class for sorting ModuleDescriptors.

ModuleDescriptorSorter use CollectionOfModulesToSort to find the dependencies of the modules, and use ModuleInSort to store some temporary values attached to the modules to sort.

See Also:
  • ModuleInSort
  • CollectionOfModulesToSort