public final class Ontopia extends Object
Modifier and Type | Method and Description |
---|---|
static void |
check()
INTERNAL: Check to see whether the JVM environment is correctly
set up for this product.
|
static void |
checkClasses()
INTERNAL: Check to see whether the CLASSPATH has been set up
correctly for this product.
|
static int |
getBetaVersion()
PUBLIC: Returns the product beta version number.
|
static String |
getBuild()
PUBLIC: Returns a formatted string with product the build date
and build user.
|
static Calendar |
getBuildDate()
PUBLIC: Returns the time when the product was built.
|
static String |
getBuildUser()
PUBLIC: Returns the product build user.
|
static String |
getInfo() |
static int |
getMajorVersion()
PUBLIC: Returns the product major version number.
|
static int |
getMicroVersion()
PUBLIC: Returns the product micro version number.
|
static int |
getMinorVersion()
PUBLIC: Returns the product minor version number.
|
static String |
getName()
PUBLIC: Returns the product name.
|
static String |
getVersion()
PUBLIC: Returns the product version.
|
static boolean |
isBeta()
PUBLIC: Returns true if the product is a beta release.
|
static void |
main(String[] argv) |
public static String getName()
public static String getVersion()
public static int getMajorVersion()
public static int getMinorVersion()
public static int getMicroVersion()
public static int getBetaVersion()
public static boolean isBeta()
public static Calendar getBuildDate()
public static String getBuildUser()
public static String getBuild()
public static void checkClasses()
public static void check()
public static String getInfo()
public static void main(String[] argv)