Class SilentNonMatchingVersionReporter

java.lang.Object
org.apache.ivy.core.sort.SilentNonMatchingVersionReporter
All Implemented Interfaces:
NonMatchingVersionReporter

public class SilentNonMatchingVersionReporter extends Object implements NonMatchingVersionReporter
A NonMatchingVersionReporter that only print debug message.
  • Constructor Details

    • SilentNonMatchingVersionReporter

      public SilentNonMatchingVersionReporter()
  • Method Details

    • reportMessage

      protected void reportMessage(String msg)
    • reportNonMatchingVersion

      public void reportNonMatchingVersion(DependencyDescriptor descriptor, ModuleDescriptor md)
      Description copied from interface: NonMatchingVersionReporter
      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.
      Specified by:
      reportNonMatchingVersion in interface NonMatchingVersionReporter
      Parameters:
      descriptor - The non matching dependency descriptor.
      md - The module to sort having the correct moduleID but a non matching revision