public class SortOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SortOptions |
DEFAULT |
static SortOptions |
SILENT |
Constructor and Description |
---|
SortOptions() |
Modifier and Type | Method and Description |
---|---|
NonMatchingVersionReporter |
getNonMatchingVersionReporter() |
boolean |
isUseCircularDependencyStrategy() |
SortOptions |
setNonMatchingVersionReporter(NonMatchingVersionReporter nonMatchingVersionReporter) |
SortOptions |
setUseCircularDependencyStrategy(boolean useCircularDependencyStrategy) |
public static final SortOptions DEFAULT
public static final SortOptions SILENT
public NonMatchingVersionReporter getNonMatchingVersionReporter()
public SortOptions setNonMatchingVersionReporter(NonMatchingVersionReporter nonMatchingVersionReporter)
public boolean isUseCircularDependencyStrategy()
public SortOptions setUseCircularDependencyStrategy(boolean useCircularDependencyStrategy)