com.aurigalogic.aurigadoc.core
Class VersionInfo

java.lang.Object
  extended bycom.aurigalogic.aurigadoc.core.VersionInfo

public class VersionInfo
extends java.lang.Object

This class stores the version info for AurigaDoc.

Version:
$Revision: 1 $ $Date: 2005-10-07 18:15:00 +0530 (Fri, 07 Oct 2005) $
Author:
Khurshidali Shaikh

Field Summary
static java.lang.String BUILD_DATE
           
static java.lang.String NAME
           
static java.lang.String VERSION
           
 
Constructor Summary
VersionInfo()
           
 
Method Summary
static java.lang.String getInfo()
          Gete the version info of AurigaDoc.
static java.lang.String getProperty(java.lang.String name)
          Gets the info for the specified property.
static void main(java.lang.String[] args)
          Command line method to display the version info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values

BUILD_DATE

public static final java.lang.String BUILD_DATE
See Also:
Constant Field Values
Constructor Detail

VersionInfo

public VersionInfo()
Method Detail

getInfo

public static java.lang.String getInfo()
Gete the version info of AurigaDoc.

Returns:
the version info.

getProperty

public static java.lang.String getProperty(java.lang.String name)
Gets the info for the specified property.

Parameters:
name - the property name
Returns:
the property value

main

public static void main(java.lang.String[] args)
Command line method to display the version info.

Parameters:
args - command line arguments. Expects none.


Auriga Logic Pvt. Ltd. (http://www.aurigalogic.com/)