Class SemanticVersion
java.lang.Object
japicmp.versioning.SemanticVersion
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputeChangeType(SemanticVersion version) booleanintgetMajor()intgetMinor()intgetPatch()inthashCode()toString()
-
Constructor Details
-
SemanticVersion
public SemanticVersion(int major, int minor, int patch)
-
-
Method Details
-
getMajor
public int getMajor() -
getMinor
public int getMinor() -
getPatch
public int getPatch() -
equals
-
computeChangeType
-
hashCode
-
toString
-