Package net.skinsrestorer.api.semver
Class SemanticVersion
java.lang.Object
net.skinsrestorer.api.semver.SemanticVersion
-
Constructor Summary
ConstructorsConstructorDescriptionSemanticVersion(int[] version) SemanticVersion(int major, int minor, int patch) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanstatic SemanticVersionfromString(String version) int[]inthashCode()booleanisNewerThan(SemanticVersion otherVersion) booleanisOlderThan(SemanticVersion otherVersion) toString()
-
Constructor Details
-
SemanticVersion
public SemanticVersion(int[] version) -
SemanticVersion
public SemanticVersion(int major, int minor, int patch)
-
-
Method Details