chemaxon.marvin
Class VersionInfo

java.lang.Object
  extended by chemaxon.marvin.VersionInfo

Deprecated. As 5.3, use chemaxon.marvin.version.VersionInfo

public class VersionInfo
extends java.lang.Object

Class for storing the version information of Marvin.

Since:
Marvin 4.0.4, 12/09/2005
Version:
Marvin 5.2, 03/25/2009
Author:
Tamas Vertse

Field Summary
static boolean IS_SUPPORTED_JAVA
          Deprecated. The current JVM is supported or not.
static java.lang.String MARVIN_MAJOR_VERSION
          Deprecated.  
static java.lang.String MARVIN_VERSION
          Deprecated. The release version string of Marvin.
 
Constructor Summary
VersionInfo()
          Deprecated.  
 
Method Summary
static java.lang.String buildDate()
          Deprecated. The date of the compilation of the Marvin release.
static void main(java.lang.String[] args)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MARVIN_VERSION

public static java.lang.String MARVIN_VERSION
Deprecated. 
The release version string of Marvin.


MARVIN_MAJOR_VERSION

public static java.lang.String MARVIN_MAJOR_VERSION
Deprecated. 

IS_SUPPORTED_JAVA

public static final boolean IS_SUPPORTED_JAVA
Deprecated. 
The current JVM is supported or not. Only Sun distributed Java packages are supported (under Mac OS X, Apple's built-in Java is preferred). Java 1.6 and above versions are accepted.

Constructor Detail

VersionInfo

public VersionInfo()
Deprecated. 
Method Detail

buildDate

public static java.lang.String buildDate()
Deprecated. 
The date of the compilation of the Marvin release.

Since:
Marvin 5.2

main

public static void main(java.lang.String[] args)
Deprecated.