Interface CompatibilityDifference
-
- All Known Implementing Classes:
GenericCompatibilityDifference
,JsonSchemaCompatibilityDifference
public interface CompatibilityDifference
Represents a single compatibility difference. These are generated when doing compatibility checking between two versions of an artifact. A non-zero collection of these indicates a compatibility violation.- Author:
- eric.wittmann@gmail.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleViolation
asRuleViolation()
Converts the difference into a rule violation cause.
-
-
-
Method Detail
-
asRuleViolation
RuleViolation asRuleViolation()
Converts the difference into a rule violation cause.
-
-