Class Result

  • Direct Known Subclasses:
    Difference, RedundantDbObject, ValidationResult

    public abstract class Result
    extends java.lang.Object
    Base class for the result of a differencing or validation operation.
    Author:
    Matt Ward
    • Constructor Summary

      Constructors 
      Constructor Description
      Result()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String describe()
      A loggable message to describe the comparison result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Result

        public Result()
    • Method Detail

      • describe

        public java.lang.String describe()
        A loggable message to describe the comparison result. Default implementation delegates to toString() but this should generally be overridden as toString() is used in a multitude of contexts.
        Returns:
        String