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 JApiSemanticVersionLevel
JarArchiveComparatorOptions.OverrideCompatibilityChange.semanticVersionLevel
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
Fields in japicmp.model declared as JApiSemanticVersionLevelModifier and TypeFieldDescriptionprivate JApiSemanticVersionLevel
JApiCompatibilityChange.semanticVersionLevel
private JApiSemanticVersionLevel
JApiCompatibilityChange.semanticVersionLevelOverridden
Methods in japicmp.model that return JApiSemanticVersionLevelModifier and TypeMethodDescriptionJApiCompatibilityChange.getSemanticVersionLevel()
static JApiSemanticVersionLevel
Returns 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 TypeMethodDescriptionvoid
JApiCompatibilityChange.setSemanticVersionLevel
(JApiSemanticVersionLevel semanticVersionLevel) Constructors in japicmp.model with parameters of type JApiSemanticVersionLevelModifierConstructorDescriptionprivate
JApiCompatibilityChange
(boolean binaryCompatible, boolean sourceCompatible, JApiSemanticVersionLevel jApiSemanticVersionLevel) -
Uses of JApiSemanticVersionLevel in japicmp.output.semver
Methods in japicmp.output.semver that return JApiSemanticVersionLevelModifier and TypeMethodDescriptionprivate JApiSemanticVersionLevel
SemverOut.signs
(JApiCompatibility jApiCompatibility) private JApiSemanticVersionLevel
SemverOut.signsPriv
(JApiCompatibility jApiCompatibility) Methods in japicmp.output.semver with parameters of type JApiSemanticVersionLevelModifier and TypeMethodDescriptionvoid
SemverOut.Listener.onChange
(JApiCompatibility change, JApiSemanticVersionLevel semanticVersionLevel)