Uses of Interface
org.apache.ivy.core.sort.NonMatchingVersionReporter
-
Packages that use NonMatchingVersionReporter Package Description org.apache.ivy.core.sort -
-
Uses of NonMatchingVersionReporter in org.apache.ivy.core.sort
Classes in org.apache.ivy.core.sort that implement NonMatchingVersionReporter Modifier and Type Class Description (package private) class
MessageBasedNonMatchingVersionReporter
class
SilentNonMatchingVersionReporter
A NonMatchingVersionReporter that only print debug message.class
WarningNonMatchingVersionReporter
A NonMatchingVersionReporter that raise warnings.Fields in org.apache.ivy.core.sort declared as NonMatchingVersionReporter Modifier and Type Field Description private NonMatchingVersionReporter
CollectionOfModulesToSort. nonMatchingVersionReporter
private NonMatchingVersionReporter
SortOptions. 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.Methods in org.apache.ivy.core.sort that return NonMatchingVersionReporter Modifier and Type Method Description NonMatchingVersionReporter
SortOptions. getNonMatchingVersionReporter()
Methods in org.apache.ivy.core.sort with parameters of type NonMatchingVersionReporter Modifier and Type Method Description SortOptions
SortOptions. setNonMatchingVersionReporter(NonMatchingVersionReporter nonMatchingVersionReporter)
Constructors in org.apache.ivy.core.sort with parameters of type NonMatchingVersionReporter Constructor Description CollectionOfModulesToSort(java.util.Collection<ModuleDescriptor> modulesToSort, VersionMatcher matcher, NonMatchingVersionReporter nonMatchingVersionReporter)
ModuleDescriptorSorter(java.util.Collection<ModuleDescriptor> modulesDescriptorsToSort, VersionMatcher matcher, NonMatchingVersionReporter nonMatchingVersionReporter, CircularDependencyStrategy circularDepStrategy)
-