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 JApiSemanticVersionLevel
JarArchiveComparatorOptions.OverrideCompatibilityChange. semanticVersionLevel
Methods in japicmp.cmp that return JApiSemanticVersionLevel Modifier and Type Method Description JApiSemanticVersionLevel
JarArchiveComparatorOptions.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 JApiSemanticVersionLevel
JApiCompatibilityChange. semanticVersionLevel
private JApiSemanticVersionLevel
JApiCompatibilityChange. semanticVersionLevelOverridden
Methods in japicmp.model that return JApiSemanticVersionLevel Modifier and Type Method Description JApiSemanticVersionLevel
JApiCompatibilityChange. getSemanticVersionLevel()
static JApiSemanticVersionLevel
JApiSemanticVersionLevel. 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 void
JApiCompatibilityChange. 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 JApiSemanticVersionLevel
SemverOut. signs(JApiCompatibility jApiCompatibility)
private JApiSemanticVersionLevel
SemverOut. signsPriv(JApiCompatibility jApiCompatibility)
Methods in japicmp.output.semver with parameters of type JApiSemanticVersionLevel Modifier and Type Method Description void
SemverOut.Listener. onChange(JApiCompatibility change, JApiSemanticVersionLevel semanticVersionLevel)
-