java.lang.Object
omix.util.APIVersion
public abstract class APIVersion extends Object
This class represents the minimum Omix API version a plug-in must base on in order to be compatible.
- Author:
- Dr. Peter Droste
-
Field Summary
Fields Modifier and Type Field Description static int
MAJOR_VERSION
static int
MINOR_VERSION
static int
PATCH_VERSION
static VersionNumber
version
-
Method Summary
-
Field Details
-
MAJOR_VERSION
public static final int MAJOR_VERSION- See Also:
- Constant Field Values
-
MINOR_VERSION
public static final int MINOR_VERSION- See Also:
- Constant Field Values
-
PATCH_VERSION
public static final int PATCH_VERSION -
version
-
-
Method Details
-
main
- Parameters:
args
-
-
version
-
displayedVersion
-