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 Detail

      • asRuleViolation

        RuleViolation asRuleViolation()
        Converts the difference into a rule violation cause.