
public class OConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COPYRIGHT |
static String |
ORIENT_URL |
static String |
ORIENT_VERSION |
static int |
ORIENT_VERSION_HOFIX |
static int |
ORIENT_VERSION_MAJOR |
static int |
ORIENT_VERSION_MINOR |
static boolean |
SNAPSHOT |
| Constructor and Description |
|---|
OConstants() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getBuildNumber()
Returns the build number if any.
|
static String |
getVersion()
Returns the complete text of the current OrientDB version.
|
static int[] |
getVersionNumber()
Returns current OrientDB version as array with 3 integers: major, minor and hotfix numbers.
|
static boolean |
isSnapshot()
Returns true if current OrientDB version is a snapshot.
|
public static final String ORIENT_VERSION
public static final int ORIENT_VERSION_MAJOR
public static final int ORIENT_VERSION_MINOR
public static final int ORIENT_VERSION_HOFIX
public static final boolean SNAPSHOT
public static final String ORIENT_URL
public static final String COPYRIGHT
public static String getVersion()
public static int[] getVersionNumber()
public static boolean isSnapshot()
public static String getBuildNumber()
Copyright © 2009–2016 Orient Technologies. All rights reserved.