org.jwall.web.audit
Class Version

java.lang.Object
  extended by org.jwall.web.audit.Version

public class Version
extends Object

This class implements some version information of this java library. It can be invoked to print out the version to the standard output.

Author:
Christian Bockermann <chris@jwall.org>

Latest Changes

Changes in 0.4.0


Field Summary
static String REVISION
           
static Version VER
           
static String VERSION
           
 
Constructor Summary
Version()
           
 
Method Summary
static String getComponentName()
          Return the name of the component to which this version information belongs.
static String getVersion()
          Return the version number as string.
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VER

public static final Version VER

REVISION

public static final String REVISION

VERSION

public static final String VERSION
Constructor Detail

Version

public Version()
Method Detail

getVersion

public static String getVersion()
Return the version number as string.

Returns:

getComponentName

public static final String getComponentName()
Return the name of the component to which this version information belongs.

Returns:
The name of the software component.

main

public static void main(String[] args)
Parameters:
args -


Copyright © 2012 jwall.org. All Rights Reserved.