Uses of Class
org.apache.ivy.core.sort.SortOptions
-
Packages that use SortOptions Package Description org.apache.ivy org.apache.ivy.core.sort -
-
Uses of SortOptions in org.apache.ivy
Methods in org.apache.ivy with parameters of type SortOptions Modifier and Type Method Description java.util.List<ModuleDescriptor>
Ivy. sortModuleDescriptors(java.util.Collection<ModuleDescriptor> moduleDescriptors, SortOptions options)
Sorts the given ModuleDescriptors from the less dependent to the more dependent.java.util.List<IvyNode>
Ivy. sortNodes(java.util.Collection<IvyNode> nodes, SortOptions options)
Sorts the collection of IvyNode from the less dependent to the more dependent -
Uses of SortOptions in org.apache.ivy.core.sort
Fields in org.apache.ivy.core.sort declared as SortOptions Modifier and Type Field Description static SortOptions
SortOptions. DEFAULT
static SortOptions
SortOptions. SILENT
Methods in org.apache.ivy.core.sort that return SortOptions Modifier and Type Method Description SortOptions
SortOptions. setNonMatchingVersionReporter(NonMatchingVersionReporter nonMatchingVersionReporter)
SortOptions
SortOptions. setUseCircularDependencyStrategy(boolean useCircularDependencyStrategy)
Methods in org.apache.ivy.core.sort with parameters of type SortOptions Modifier and Type Method Description java.util.List<ModuleDescriptor>
SortEngine. sortModuleDescriptors(java.util.Collection<ModuleDescriptor> moduleDescriptors, SortOptions options)
Sorts the given ModuleDescriptors from the less dependent to the more dependent.java.util.List<IvyNode>
SortEngine. sortNodes(java.util.Collection<IvyNode> nodes, SortOptions options)
Same asSortEngine.sortModuleDescriptors(Collection, SortOptions)
but forIvyNode
s.
-