com.linar.jintegra
Class Version

java.lang.Object
  extended by com.linar.jintegra.Version

public final class Version
extends java.lang.Object

This class is used to get version and configuration information of J-Integra®, Java and operating system. A quick way to get current version and configuration information is to run "java com.linar.jintegra.Version".

For more information, please see Release Notes.


Constructor Summary
Version()
           
 
Method Summary
static java.lang.String getRootVersion()
          Returns current root version of J-Integra®.
static java.lang.String getVersion()
          Returns current version of J-Integra®.
static void main(java.lang.String[] args)
          Prints out current version and configuration information of J-Integra®, Java and operating system on screen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Prints out current version and configuration information of J-Integra®, Java and operating system on screen.

Throws:
java.lang.Exception

getVersion

public static java.lang.String getVersion()
Returns current version of J-Integra®.


getRootVersion

public static java.lang.String getRootVersion()
Returns current root version of J-Integra®.