Class Reporter<T,R extends Rule<T>>

java.lang.Object
eu.dnetlib.validator2.engine.Reporter<T,R>

public class Reporter<T,R extends Rule<T>> extends Object
  • Constructor Details

  • Method Details

    • reportSuccessFor

      public void reportSuccessFor(R rule, T t)
    • reportFailureFor

      public void reportFailureFor(R rule, T t, String message, String suggestion)
    • reportErrorFor

      public void reportErrorFor(R rule, T t, Throwable throwable)
    • toString

      public String toString()
      Overrides:
      toString in class Object