nl.chess.it.util.config.examples.extended
Class VersionInformation

java.lang.Object
  extended bynl.chess.it.util.config.Config
      extended bynl.chess.it.util.config.examples.extended.VersionInformation

public class VersionInformation
extends Config

Reads version information.

Version:
$Revision: 1.1.1.1 $
Author:
Guus Bosman (Chess iT)

Field Summary
static java.lang.String RESOURCE_NAME
          Filename that contains the version information.
 
Constructor Summary
VersionInformation()
          Construct a VersionInformation, information will be read from RESOURCE_NAME.
 
Method Summary
 java.lang.String getBuiltBy()
           
 java.util.Date getBuiltOn()
           
 java.lang.String getVersion()
           
 
Methods inherited from class nl.chess.it.util.config.Config
getBoolean, getDate, getDurationInMs, getExistingReadableFile, getInt, getMessageFormatPattern, getSizeInBytes, getString, getString, getStringArrayFromCommaString, getStringArrayFromCommaString, getURL, getValue, getWritableFile, hasValue, testMessageFormat, validateConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_NAME

public static final java.lang.String RESOURCE_NAME
Filename that contains the version information.

See Also:
Constant Field Values
Constructor Detail

VersionInformation

public VersionInformation()
                   throws ConfigurationException
Construct a VersionInformation, information will be read from RESOURCE_NAME.

Throws:
ConfigurationException
Method Detail

getBuiltBy

public java.lang.String getBuiltBy()

getBuiltOn

public java.util.Date getBuiltOn()

getVersion

public java.lang.String getVersion()


Copyright © 2003-2005 Chess-iT. All Rights Reserved.