Package org.apache.ivy.core.sort
Class WarningNonMatchingVersionReporter
- java.lang.Object
-
- org.apache.ivy.core.sort.MessageBasedNonMatchingVersionReporter
-
- org.apache.ivy.core.sort.WarningNonMatchingVersionReporter
-
- All Implemented Interfaces:
NonMatchingVersionReporter
public class WarningNonMatchingVersionReporter extends MessageBasedNonMatchingVersionReporter implements NonMatchingVersionReporter
A NonMatchingVersionReporter that raise warnings.
-
-
Constructor Summary
Constructors Constructor Description WarningNonMatchingVersionReporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
reportMessage(java.lang.String msg)
-
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
-
-
-
-
Method Detail
-
reportMessage
protected void reportMessage(java.lang.String msg)
- Specified by:
reportMessage
in classMessageBasedNonMatchingVersionReporter
-
-