org.clapper.util.misc
Class Version
- java.lang.Object
-
- org.clapper.util.misc.VersionBase
-
- org.clapper.util.misc.Version
-
public final class Version extends VersionBase
Contains the software version for the org.clapper.util library. Also contains a main program which, invoked, displays the name of the API, the version, and detailed build information on standard output.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringBUILD_INFO_BUNDLE_NAMEThe name of the resource bundle containing the build info.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static VersiongetInstance()Get an instance of this class.static voidmain(java.lang.String[] args)Display the build information-
Methods inherited from class org.clapper.util.misc.VersionBase
getApplicationName, getCopyright, getVersion, getVersionDisplay
-
-
-
-
Field Detail
-
BUILD_INFO_BUNDLE_NAME
public static final java.lang.String BUILD_INFO_BUNDLE_NAME
The name of the resource bundle containing the build info.- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static Version getInstance()
Get an instance of this class.- Returns:
- a singleton instance of this class.
-
main
public static void main(java.lang.String[] args)
Display the build information- Parameters:
args- command-line parameters (ignored)
-
-
DMelt 3.0 © DataMelt by jWork.ORG