|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ivy.core.sort.SortEngine
public class SortEngine
Constructor Summary | |
---|---|
SortEngine(IvySettings settings)
|
Method Summary | |
---|---|
java.util.List |
sortModuleDescriptors(java.util.Collection moduleDescriptors)
Sorts the given ModuleDescriptors from the less dependent to the more dependent. |
java.util.List |
sortNodes(java.util.Collection nodes)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortEngine(IvySettings settings)
Method Detail |
---|
public java.util.List sortNodes(java.util.Collection nodes)
public java.util.List sortModuleDescriptors(java.util.Collection moduleDescriptors) throws CircularDependencyException
moduleDescriptors
- a Collection of ModuleDescriptor to sort
CircularDependencyException
- if a circular dependency exists
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |