chemaxon.jchem.version
Class VersionInfo

java.lang.Object
  extended by chemaxon.jchem.version.VersionInfo

public class VersionInfo
extends java.lang.Object

Class for storing JChem version information

Since:
5.3
Author:
Tamas Vertse

Field Summary
static java.lang.String JCHEM_MAIN_VERSION
           
static java.lang.String JCHEM_REVISION_NUMBER
           
static int JCHEM_TABLE_VERSION
          The table version of JChem.
static java.lang.String JCHEM_VERSION
          The version string of JChem.
 
Constructor Summary
VersionInfo()
           
 
Method Summary
static java.lang.String getInternalVersionId()
          Retrieves the internal version number of JChem.
static void main(java.lang.String[] args)
          Writes the version information to the standard output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JCHEM_VERSION

public static java.lang.String JCHEM_VERSION
The version string of JChem.


JCHEM_MAIN_VERSION

public static java.lang.String JCHEM_MAIN_VERSION

JCHEM_REVISION_NUMBER

public static java.lang.String JCHEM_REVISION_NUMBER

JCHEM_TABLE_VERSION

public static int JCHEM_TABLE_VERSION
The table version of JChem. It is used to determine if some tables needs regeneration (recalculation of fix columns).

Constructor Detail

VersionInfo

public VersionInfo()
Method Detail

getInternalVersionId

public static java.lang.String getInternalVersionId()
Retrieves the internal version number of JChem.

Since:
Marvin 5.7

main

public static void main(java.lang.String[] args)
Writes the version information to the standard output. Can also be invoked from the jar:
 java -jar jchem.jar