Uses of Enum Class
japicmp.model.JApiSemanticVersionLevel
Packages that use JApiSemanticVersionLevel
-
Uses of JApiSemanticVersionLevel in japicmp.cmp
Fields in japicmp.cmp declared as JApiSemanticVersionLevelModifier and TypeFieldDescriptionprivate JApiSemanticVersionLevelJarArchiveComparatorOptions.OverrideCompatibilityChange.semanticVersionLevelMethods in japicmp.cmp that return JApiSemanticVersionLevelModifier and TypeMethodDescriptionJarArchiveComparatorOptions.OverrideCompatibilityChange.getSemanticVersionLevel()Constructors in japicmp.cmp with parameters of type JApiSemanticVersionLevelModifierConstructorDescriptionOverrideCompatibilityChange(JApiCompatibilityChange compatibilityChange, boolean binaryCompatible, boolean sourceCompatible, JApiSemanticVersionLevel semanticVersionLevel) -
Uses of JApiSemanticVersionLevel in japicmp.model
Subclasses with type arguments of type JApiSemanticVersionLevel in japicmp.modelFields in japicmp.model declared as JApiSemanticVersionLevelModifier and TypeFieldDescriptionprivate JApiSemanticVersionLevelJApiCompatibilityChange.semanticVersionLevelprivate JApiSemanticVersionLevelJApiCompatibilityChange.semanticVersionLevelOverriddenMethods in japicmp.model that return JApiSemanticVersionLevelModifier and TypeMethodDescriptionJApiCompatibilityChange.getSemanticVersionLevel()static JApiSemanticVersionLevelReturns the enum constant of this class with the specified name.static JApiSemanticVersionLevel[]JApiSemanticVersionLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in japicmp.model with parameters of type JApiSemanticVersionLevelModifier and TypeMethodDescriptionvoidJApiCompatibilityChange.setSemanticVersionLevel(JApiSemanticVersionLevel semanticVersionLevel) Constructors in japicmp.model with parameters of type JApiSemanticVersionLevelModifierConstructorDescriptionprivateJApiCompatibilityChange(boolean binaryCompatible, boolean sourceCompatible, JApiSemanticVersionLevel jApiSemanticVersionLevel) -
Uses of JApiSemanticVersionLevel in japicmp.output.semver
Methods in japicmp.output.semver that return JApiSemanticVersionLevelModifier and TypeMethodDescriptionprivate JApiSemanticVersionLevelSemverOut.signs(JApiCompatibility jApiCompatibility) private JApiSemanticVersionLevelSemverOut.signsPriv(JApiCompatibility jApiCompatibility) Methods in japicmp.output.semver with parameters of type JApiSemanticVersionLevelModifier and TypeMethodDescriptionvoidSemverOut.Listener.onChange(JApiCompatibility change, JApiSemanticVersionLevel semanticVersionLevel)