Class BaselineValidator.MissingArtifactDelta

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDetailedMessage()  
      java.lang.String getMessage()  
      • Methods inherited from class java.lang.Object

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

      • MissingArtifactDelta

        private MissingArtifactDelta()
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Specified by:
        getMessage in interface ArtifactDelta
        Returns:
        description of the delta, never null.
      • getDetailedMessage

        public java.lang.String getDetailedMessage()
        Specified by:
        getDetailedMessage in interface ArtifactDelta
        Returns:
        detailed description of the delta, never null.