Class ModuleDescriptorSorter


  • public class ModuleDescriptorSorter
    extends java.lang.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