Package org.apache.ivy.core.sort
Class SilentNonMatchingVersionReporter
java.lang.Object
org.apache.ivy.core.sort.MessageBasedNonMatchingVersionReporter
org.apache.ivy.core.sort.SilentNonMatchingVersionReporter
- All Implemented Interfaces:
NonMatchingVersionReporter
public class SilentNonMatchingVersionReporter
extends MessageBasedNonMatchingVersionReporter
implements NonMatchingVersionReporter
A NonMatchingVersionReporter that only print debug message.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.ivy.core.sort.MessageBasedNonMatchingVersionReporter
reportNonMatchingVersion
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
-
Constructor Details
-
SilentNonMatchingVersionReporter
public SilentNonMatchingVersionReporter()
-
-
Method Details
-
reportMessage
- Specified by:
reportMessage
in classMessageBasedNonMatchingVersionReporter
-