Interface ArtifactDelta

All Known Implementing Classes:
CompoundArtifactDelta, SimpleArtifactDelta

public interface ArtifactDelta
Represents both simple and compound artifact delta.
  • Method Details

    • getMessage

      String getMessage()
      Returns:
      description of the delta, never null.
    • getDetailedMessage

      String getDetailedMessage()
      Returns:
      detailed description of the delta, never null.