public class OConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CODENAME |
static String |
COPYRIGHT |
static String |
ORIENT_URL |
Constructor and Description |
---|
OConstants() |
Modifier and Type | Method and Description |
---|---|
static String |
getBuildNumber() |
static String |
getRawVersion() |
static String |
getVersion()
Returns the complete text of the current OrientDB version.
|
static int |
getVersionHotfix() |
static int |
getVersionMajor() |
static int |
getVersionMinor() |
static boolean |
isSnapshot()
Returns true if current OrientDB version is a snapshot.
|
public static final String ORIENT_URL
public static final String COPYRIGHT
public static final String CODENAME
public static int getVersionMajor()
public static int getVersionMinor()
public static int getVersionHotfix()
public static String getRawVersion()
public static String getVersion()
public static boolean isSnapshot()
public static String getBuildNumber()
Copyright © 2009–2020 OrientDB. All rights reserved.