org.jwall.web.audit
Class Version
java.lang.Object
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
- Fixed a bug when accessing an empty collection element
- Added maven-plugin for javadocs and sources in deployment.
- Added a test for ARGS extraction in POST messages, test-file
- Fixed a bug in cookie-extraction
- Changed logging to slf4j
Changes in 0.4.0
- Changed consistent ordering of parameters within parser
- Added ConcurrentDirectoryReader as new reader implementation
- Fixed a parser bug for the query string.
- Added instance counting for the AuditEventMessage implementation
- Introduced constant SEVERITY_UNKNOWN
VER
public static final Version VER
REVISION
public static final String REVISION
VERSION
public static final String VERSION
Version
public Version()
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.