chemaxon.marvin
Class VersionInfo
java.lang.Object
chemaxon.marvin.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.0, 11/05/2006
- Author:
- Tamas Vertse
|
Method Summary |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MARVIN_VERSION
public static java.lang.String MARVIN_VERSION
- The release version string of Marvin.
MARVIN_MAJOR_VERSION
public static java.lang.String MARVIN_MAJOR_VERSION
BUILD_DATE
public static final java.lang.String BUILD_DATE
- The date of the compilation of the Marvin release.
- See Also:
- Constant Field Values
IS_DEV_VERSION
public static final boolean IS_DEV_VERSION
- Deprecated. no more used
- See Also:
- Constant Field Values
IS_SUPPORTED_JAVA
public static final boolean IS_SUPPORTED_JAVA
- 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.4.2 and above versions are accepted.
VersionInfo
public VersionInfo()
main
public static void main(java.lang.String[] args)