Uses of Enum Class
japicmp.model.JApiSemanticVersionLevel
Packages that use JApiSemanticVersionLevel
-
Uses of JApiSemanticVersionLevel in japicmp.cmp
Methods 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
Methods 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) -
Uses of JApiSemanticVersionLevel in japicmp.output.semver
Methods in japicmp.output.semver with parameters of type JApiSemanticVersionLevelModifier and TypeMethodDescriptionvoidSemverOut.Listener.onChange(JApiCompatibility change, JApiSemanticVersionLevel semanticVersionLevel)