Uses of Class
org.apache.ivy.core.sort.SortOptions
Packages that use SortOptions
-
Uses of SortOptions in org.apache.ivy
Methods in org.apache.ivy with parameters of type SortOptionsModifier and TypeMethodDescriptionIvy.sortModuleDescriptors
(Collection<ModuleDescriptor> moduleDescriptors, SortOptions options) Sorts the given ModuleDescriptors from the less dependent to the more dependent.Ivy.sortNodes
(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 SortOptionsModifier and TypeFieldDescriptionstatic final SortOptions
SortOptions.DEFAULT
static final SortOptions
SortOptions.SILENT
Methods in org.apache.ivy.core.sort that return SortOptionsModifier and TypeMethodDescriptionSortOptions.setNonMatchingVersionReporter
(NonMatchingVersionReporter nonMatchingVersionReporter) SortOptions.setUseCircularDependencyStrategy
(boolean useCircularDependencyStrategy) Methods in org.apache.ivy.core.sort with parameters of type SortOptionsModifier and TypeMethodDescriptionSortEngine.sortModuleDescriptors
(Collection<ModuleDescriptor> moduleDescriptors, SortOptions options) Sorts the given ModuleDescriptors from the less dependent to the more dependent.SortEngine.sortNodes
(Collection<IvyNode> nodes, SortOptions options) Same asSortEngine.sortModuleDescriptors(Collection, SortOptions)
but forIvyNode
s.