public final class SemVersion
extends Object
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
SemVersion
public SemVersion(int... version)
-
Method Details
-
getMajor
public int getMajor()
-
getMinor
public int getMinor()
-
getPatch
public int getPatch()
-