Package net.ontopia
Class Ontopia
java.lang.Object
net.ontopia.Ontopia
INTERNAL: Class for representing information about a the Ontopia
product and a method for testing if the product is correctly
installed.
Information about the product release can be retrieved through the
methods on this class.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheck()INTERNAL: Check to see whether the JVM environment is correctly set up for this product.static voidINTERNAL: Check to see whether the CLASSPATH has been set up correctly for this product.static StringgetBuild()PUBLIC: Returns a formatted string with product the build date and build user.static StringPUBLIC: Returns the time when the product was built.static StringPUBLIC: Returns the product build user.static StringgetInfo()static StringgetName()PUBLIC: Returns the product name.static StringPUBLIC: Returns the product version.static void
-
Method Details
-
getName
PUBLIC: Returns the product name. -
getVersion
PUBLIC: Returns the product version. E.g. "1.0, "1.4.2". -
getBuildDate
PUBLIC: Returns the time when the product was built. -
getBuildUser
PUBLIC: Returns the product build user. -
getBuild
PUBLIC: Returns a formatted string with product the build date and build user. -
checkClasses
public static void checkClasses()INTERNAL: Check to see whether the CLASSPATH has been set up correctly for this product. -
check
public static void check()INTERNAL: Check to see whether the JVM environment is correctly set up for this product. -
getInfo
-
main
-