org.apache.ivy.core.sort

Class SimpleSortEngineSettings

public class SimpleSortEngineSettings extends Object implements SortEngineSettings

Method Summary
CircularDependencyStrategygetCircularDependencyStrategy()
VersionMatchergetVersionMatcher()
voidsetCircularDependencyStrategy(CircularDependencyStrategy strategy)
voidsetVersionMatcher(VersionMatcher matcher)

Method Detail

getCircularDependencyStrategy

public CircularDependencyStrategy getCircularDependencyStrategy()

getVersionMatcher

public VersionMatcher getVersionMatcher()

setCircularDependencyStrategy

public void setCircularDependencyStrategy(CircularDependencyStrategy strategy)

setVersionMatcher

public void setVersionMatcher(VersionMatcher matcher)