Uses of Class
japicmp.model.JApiSemanticVersionLevel
-
Packages that use JApiSemanticVersionLevel Package Description japicmp.cmp japicmp.model japicmp.output.semver -
-
Uses of JApiSemanticVersionLevel in japicmp.cmp
Fields in japicmp.cmp declared as JApiSemanticVersionLevel Modifier and Type Field Description private JApiSemanticVersionLevelJarArchiveComparatorOptions.OverrideCompatibilityChange. semanticVersionLevelMethods in japicmp.cmp that return JApiSemanticVersionLevel Modifier and Type Method Description JApiSemanticVersionLevelJarArchiveComparatorOptions.OverrideCompatibilityChange. getSemanticVersionLevel()Constructors in japicmp.cmp with parameters of type JApiSemanticVersionLevel Constructor Description OverrideCompatibilityChange(JApiCompatibilityChange compatibilityChange, boolean binaryCompatible, boolean sourceCompatible, JApiSemanticVersionLevel semanticVersionLevel) -
Uses of JApiSemanticVersionLevel in japicmp.model
Fields in japicmp.model declared as JApiSemanticVersionLevel Modifier and Type Field Description private JApiSemanticVersionLevelJApiCompatibilityChange. semanticVersionLevelprivate JApiSemanticVersionLevelJApiCompatibilityChange. semanticVersionLevelOverriddenMethods in japicmp.model that return JApiSemanticVersionLevel Modifier and Type Method Description JApiSemanticVersionLevelJApiCompatibilityChange. getSemanticVersionLevel()static JApiSemanticVersionLevelJApiSemanticVersionLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JApiSemanticVersionLevel[]JApiSemanticVersionLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in japicmp.model with parameters of type JApiSemanticVersionLevel Modifier and Type Method Description voidJApiCompatibilityChange. setSemanticVersionLevel(JApiSemanticVersionLevel semanticVersionLevel)Constructors in japicmp.model with parameters of type JApiSemanticVersionLevel Constructor Description JApiCompatibilityChange(boolean binaryCompatible, boolean sourceCompatible, JApiSemanticVersionLevel jApiSemanticVersionLevel) -
Uses of JApiSemanticVersionLevel in japicmp.output.semver
Methods in japicmp.output.semver that return JApiSemanticVersionLevel Modifier and Type Method Description private JApiSemanticVersionLevelSemverOut. signs(JApiCompatibility jApiCompatibility)private JApiSemanticVersionLevelSemverOut. signsPriv(JApiCompatibility jApiCompatibility)Methods in japicmp.output.semver with parameters of type JApiSemanticVersionLevel Modifier and Type Method Description voidSemverOut.Listener. onChange(JApiCompatibility change, JApiSemanticVersionLevel semanticVersionLevel)
-