Interface ArtifactDelta
-
- All Known Implementing Classes:
BaselineValidator.MissingArtifactDelta
,CompoundArtifactDelta
,SimpleArtifactDelta
public interface ArtifactDelta
Represents both simple and compound artifact delta.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDetailedMessage()
java.lang.String
getMessage()
-