|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nl.chess.it.util.config.Config nl.chess.it.util.config.examples.extended.VersionInformation
Reads version information.
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 |
public static final java.lang.String RESOURCE_NAME
Constructor Detail |
public VersionInformation() throws ConfigurationException
RESOURCE_NAME
.
ConfigurationException
Method Detail |
public java.lang.String getBuiltBy()
public java.util.Date getBuiltOn()
public java.lang.String getVersion()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |