Package japicmp.model

Interface JApiCompatibility

    • Method Detail

      • isBinaryCompatible

        boolean isBinaryCompatible()
        Returns true if this element has changed binary compatible.
        Returns:
        true if this element has changed binary compatible
      • isSourceCompatible

        boolean isSourceCompatible()
        Returns true if this element has changed source compatible.
        Returns:
        true if this element has changed source compatible
      • getCompatibilityChanges

        java.util.List<JApiCompatibilityChange> getCompatibilityChanges()
        Returns all compatibility changes.
        Returns:
        a list of compatibility changes