
public class OConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ARTIFACTID
Deprecated.
|
static String |
COPYRIGHT |
static String |
GROUPID
Deprecated.
|
static String |
ORIENT_URL |
static String |
ORIENT_VERSION
Deprecated.
Use
getRawVersion() instead. |
static int |
ORIENT_VERSION_HOFIX
Deprecated.
Use
getVersionHotfix() instead. |
static int |
ORIENT_VERSION_MAJOR
Deprecated.
Use
getVersionMajor() instead. |
static int |
ORIENT_VERSION_MINOR
Deprecated.
Use
getVersionMinor() instead. |
static String |
REVISION
Deprecated.
Use
getBuildNumber() instead. |
| 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 int[] |
getVersionNumber()
Deprecated.
|
static boolean |
isSnapshot()
Returns true if current OrientDB version is a snapshot.
|
public static final String ORIENT_URL
public static final String COPYRIGHT
@Deprecated public static volatile String ORIENT_VERSION
getRawVersion() instead.@Deprecated public static final String GROUPID
@Deprecated public static final String ARTIFACTID
@Deprecated public static final String REVISION
getBuildNumber() instead.@Deprecated public static final int ORIENT_VERSION_MAJOR
getVersionMajor() instead.@Deprecated public static final int ORIENT_VERSION_MINOR
getVersionMinor() instead.@Deprecated public static final int ORIENT_VERSION_HOFIX
getVersionHotfix() instead.public static int getVersionMajor()
public static int getVersionMinor()
public static int getVersionHotfix()
public static String getRawVersion()
public static String getVersion()
@Deprecated public static int[] getVersionNumber()
public static boolean isSnapshot()
public static String getBuildNumber()
Copyright © 2009–2025 OrientDB. All rights reserved.