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) classMessageBasedNonMatchingVersionReporterclassSilentNonMatchingVersionReporterA NonMatchingVersionReporter that only print debug message.classWarningNonMatchingVersionReporterA NonMatchingVersionReporter that raise warnings.Fields in org.apache.ivy.core.sort declared as NonMatchingVersionReporter Modifier and Type Field Description private NonMatchingVersionReporterCollectionOfModulesToSort. nonMatchingVersionReporterprivate NonMatchingVersionReporterSortOptions. nonMatchingVersionReporterUsed 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 NonMatchingVersionReporterSortOptions. getNonMatchingVersionReporter()Methods in org.apache.ivy.core.sort with parameters of type NonMatchingVersionReporter Modifier and Type Method Description SortOptionsSortOptions. 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)
-