Class WarningNonMatchingVersionReporter
java.lang.Object
org.apache.ivy.core.sort.WarningNonMatchingVersionReporter
- All Implemented Interfaces:
NonMatchingVersionReporter
A NonMatchingVersionReporter that raise warnings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidreportMessage(String msg) voidreportNonMatchingVersion(DependencyDescriptor descriptor, ModuleDescriptor md) Report to the user that ivy has detected that a module to sort has a dependency on an other module to sort, but the revisions doesn't match.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface NonMatchingVersionReporter
reportNonMatchingVersion
-
Constructor Details
-
WarningNonMatchingVersionReporter
public WarningNonMatchingVersionReporter()
-
-
Method Details
-
reportMessage
-
reportNonMatchingVersion
Description copied from interface:NonMatchingVersionReporterReport to the user that ivy has detected that a module to sort has a dependency on an other module to sort, but the revisions doesn't match.- Specified by:
reportNonMatchingVersionin interfaceNonMatchingVersionReporter- Parameters:
descriptor- The non matching dependency descriptor.md- The module to sort having the correct moduleID but a non matching revision
-