Class OConstants
java.lang.Object
com.orientechnologies.orient.core.OConstants
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ORIENT_URL
- See Also:
-
COPYRIGHT
- See Also:
-
-
Constructor Details
-
OConstants
public OConstants()
-
-
Method Details
-
getVersionMajor
public static int getVersionMajor()- Returns:
- Major part of OrientDB version
-
getVersionMinor
public static int getVersionMinor()- Returns:
- Minor part of OrientDB version
-
getVersionHotfix
public static int getVersionHotfix()- Returns:
- Hotfix part of OrientDB version
-
getRawVersion
- Returns:
- Returns only current version without build number and etc.
-
getVersion
Returns the complete text of the current OrientDB version. -
isSnapshot
public static boolean isSnapshot()Returns true if current OrientDB version is a snapshot. -
getBuildNumber
- Returns:
- the build number if any.
-