org.apache.ivy.core.sort
class CollectionOfModulesToSort extends Object
Constructor Summary | |
---|---|
CollectionOfModulesToSort(Collection modulesToSort, VersionMatcher matcher, NonMatchingVersionReporter nonMatchingVersionReporter) |
Method Summary | |
---|---|
ModuleInSort | getModuleDescriptorDependency(DependencyDescriptor descriptor)
Find a matching module descriptor in the list of module to sort.
|
Iterator | iterator() |
int | size() |
Parameters: modulesToSort The collection of ModuleDescriptor to sort matcher The matcher to used to check if dependencyDescriptor match a module in this collection nonMatchingVersionReporter
Parameters: descriptor
Returns: a ModuleDescriptor from the collection of module descriptors to sort. If none exists returns null.