Package org.apache.ivy.core.sort
Class SilentNonMatchingVersionReporter
- java.lang.Object
-
- org.apache.ivy.core.sort.SilentNonMatchingVersionReporter
-
- All Implemented Interfaces:
NonMatchingVersionReporter
public class SilentNonMatchingVersionReporter extends java.lang.Object implements NonMatchingVersionReporter
A NonMatchingVersionReporter that only print debug message.
-
-
Constructor Summary
Constructors Constructor Description SilentNonMatchingVersionReporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidreportMessage(java.lang.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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.ivy.core.sort.NonMatchingVersionReporter
reportNonMatchingVersion
-
-
-
-
Method Detail
-
reportMessage
protected void reportMessage(java.lang.String msg)
-
reportNonMatchingVersion
public void reportNonMatchingVersion(DependencyDescriptor descriptor, ModuleDescriptor md)
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
-
-