Package org.apache.ivy.core.sort
Class SortOptions
java.lang.Object
org.apache.ivy.core.sort.SortOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SortOptions
private NonMatchingVersionReporter
Used to report some non matching version (when a modules depends on a specific revision of an other modules present in the of modules to sort with a different revision.static final SortOptions
private boolean
Should the default circular dependency strategy be used when a circular dependency is found, or should circular dependencies be ignored? -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
setNonMatchingVersionReporter
(NonMatchingVersionReporter nonMatchingVersionReporter) setUseCircularDependencyStrategy
(boolean useCircularDependencyStrategy)
-
Field Details
-
DEFAULT
-
SILENT
-
nonMatchingVersionReporter
Used to report some non matching version (when a modules depends on a specific revision of an other modules present in the of modules to sort with a different revision. -
useCircularDependencyStrategy
private boolean useCircularDependencyStrategyShould the default circular dependency strategy be used when a circular dependency is found, or should circular dependencies be ignored?
-
-
Constructor Details
-
SortOptions
public SortOptions()
-
-
Method Details
-
getNonMatchingVersionReporter
-
setNonMatchingVersionReporter
public SortOptions setNonMatchingVersionReporter(NonMatchingVersionReporter nonMatchingVersionReporter) -
isUseCircularDependencyStrategy
public boolean isUseCircularDependencyStrategy() -
setUseCircularDependencyStrategy
-