org.apache.ivy.core.sort |
|
Java Source File Name | Type | Comment |
CollectionOfModulesToSort.java | Class | Wrap a collection of descriptores wrapped themself in ModuleInSort elements. |
MessageBasedNonMatchingVersionReporter.java | Class | |
ModuleDescriptorSorter.java | Class | 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. |
ModuleInSort.java | Class | Decorates a ModuleDescriptor with some attributes used during the sort. |
NonMatchingVersionReporter.java | Interface | |
SilentNonMatchingVersionReporter.java | Class | A NonMatchingVersionReporter that only print debug message. |
SimpleSortEngineSettings.java | Class | |
SortEngine.java | Class | |
SortEngineSettings.java | Interface | The settings/collaborators used by the SortEngine. |
SortTest.java | Class | |
WarningNonMatchingVersionReporter.java | Class | A NonMatchingVersionReporter that raise warnings. |