|
Berkeley DB Java Edition version 5.0.34 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.JEVersion
public class JEVersion
Berkeley DB Java Edition version information. Versions consist of major, minor and patch numbers.
There is one JEVersion object per running JVM and it may be accessed using the static field JEVersion.CURRENT_VERSION.
Field Summary | |
---|---|
static JEVersion |
CURRENT_VERSION
Release version. |
Constructor Summary | |
---|---|
JEVersion(String version)
|
Method Summary | |
---|---|
int |
compareTo(JEVersion comparedVersion)
|
boolean |
equals(Object o)
|
int |
getMajor()
Major number of the release version. |
int |
getMinor()
Minor number of the release version. |
String |
getNumericVersionString()
The numeric version string, without the patch tag. |
int |
getPatch()
Patch number of the release version. |
String |
getVersionString()
Release version, suitable for display. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final JEVersion CURRENT_VERSION
Constructor Detail |
---|
public JEVersion(String version)
Method Detail |
---|
public String toString()
toString
in class Object
public int getMajor()
public int getMinor()
public int getPatch()
public String getNumericVersionString()
public String getVersionString()
public int compareTo(JEVersion comparedVersion)
compareTo
in interface Comparable<JEVersion>
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
Berkeley DB Java Edition version 5.0.34 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |