org.exolab.adaptx.info
Class AppInfo

java.lang.Object
  extended by org.exolab.adaptx.info.AppInfo

public class AppInfo
extends java.lang.Object

A class to hold Adaptx application information

Version:
$Revision: 4777 $ $Date: 2004-09-28 15:48:42 -0400 (Tue, 28 Sep 2004) $
Author:
Keith Visco

Field Summary
static java.lang.String VENDOR
          The vendor of this software.
static java.lang.String VENDOR_URL
          The URL for this software.
static java.lang.String VERSION
          The current Version Number
 
Constructor Summary
AppInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VENDOR

public static final java.lang.String VENDOR
The vendor of this software.

See Also:
Constant Field Values

VENDOR_URL

public static final java.lang.String VENDOR_URL
The URL for this software. Note: This needs to be changed to Exolab when the website actually works

See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
The current Version Number

See Also:
Constant Field Values
Constructor Detail

AppInfo

public AppInfo()