|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ivy.core.sort.WarningNonMatchingVersionReporter
public class WarningNonMatchingVersionReporter
A NonMatchingVersionReporter that raise warnings.
| Constructor Summary | |
|---|---|
WarningNonMatchingVersionReporter()
|
|
| Method Summary | |
|---|---|
protected void |
reportMessage(java.lang.String msg)
|
void |
reportNonMatchingVersion(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 |
| Constructor Detail |
|---|
public WarningNonMatchingVersionReporter()
| Method Detail |
|---|
protected void reportMessage(java.lang.String msg)
public void reportNonMatchingVersion(DependencyDescriptor descriptor,
ModuleDescriptor md)
NonMatchingVersionReporter
reportNonMatchingVersion in interface NonMatchingVersionReporterdescriptor - The non matching dependency descriptor.md - The module to sort having the corect moduleID but a non matching revision
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||