org.apache.ivy.core.sort

Class SortOptions

public class SortOptions extends Object

Field Summary
static SortOptionsDEFAULT
static SortOptionsSILENT
Method Summary
NonMatchingVersionReportergetNonMatchingVersionReporter()
booleanisUseCircularDependencyStrategy()
SortOptionssetNonMatchingVersionReporter(NonMatchingVersionReporter nonMatchingVersionReporter)
SortOptionssetUseCircularDependencyStrategy(boolean useCircularDependencyStrategy)

Field Detail

DEFAULT

public static final SortOptions DEFAULT

SILENT

public static final SortOptions SILENT

Method Detail

getNonMatchingVersionReporter

public NonMatchingVersionReporter getNonMatchingVersionReporter()

isUseCircularDependencyStrategy

public boolean isUseCircularDependencyStrategy()

setNonMatchingVersionReporter

public SortOptions setNonMatchingVersionReporter(NonMatchingVersionReporter nonMatchingVersionReporter)

setUseCircularDependencyStrategy

public SortOptions setUseCircularDependencyStrategy(boolean useCircularDependencyStrategy)