Class SortOptions

java.lang.Object
org.apache.ivy.core.sort.SortOptions

public class SortOptions extends Object
  • Field Details

    • DEFAULT

      public static final SortOptions DEFAULT
    • SILENT

      public static final SortOptions SILENT
    • nonMatchingVersionReporter

      private NonMatchingVersionReporter 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 useCircularDependencyStrategy
      Should 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

      public NonMatchingVersionReporter getNonMatchingVersionReporter()
    • setNonMatchingVersionReporter

      public SortOptions setNonMatchingVersionReporter(NonMatchingVersionReporter nonMatchingVersionReporter)
    • isUseCircularDependencyStrategy

      public boolean isUseCircularDependencyStrategy()
    • setUseCircularDependencyStrategy

      public SortOptions setUseCircularDependencyStrategy(boolean useCircularDependencyStrategy)