Uses of Interface
org.apache.ivy.core.sort.NonMatchingVersionReporter
Packages that use NonMatchingVersionReporter
-
Uses of NonMatchingVersionReporter in org.apache.ivy.core.sort
Classes in org.apache.ivy.core.sort that implement NonMatchingVersionReporterModifier and TypeClassDescription(package private) class
class
A NonMatchingVersionReporter that only print debug message.class
A NonMatchingVersionReporter that raise warnings.Fields in org.apache.ivy.core.sort declared as NonMatchingVersionReporterModifier and TypeFieldDescriptionprivate final 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 NonMatchingVersionReporterMethods in org.apache.ivy.core.sort with parameters of type NonMatchingVersionReporterModifier and TypeMethodDescriptionSortOptions.setNonMatchingVersionReporter
(NonMatchingVersionReporter nonMatchingVersionReporter) Constructors in org.apache.ivy.core.sort with parameters of type NonMatchingVersionReporterModifierConstructorDescriptionCollectionOfModulesToSort
(Collection<ModuleDescriptor> modulesToSort, VersionMatcher matcher, NonMatchingVersionReporter nonMatchingVersionReporter) ModuleDescriptorSorter
(Collection<ModuleDescriptor> modulesDescriptorsToSort, VersionMatcher matcher, NonMatchingVersionReporter nonMatchingVersionReporter, CircularDependencyStrategy circularDepStrategy)