com.bluemarsh.jswat.util
Class AppVersion

java.lang.Object
  |
  +--com.bluemarsh.jswat.util.AppVersion

public class AppVersion
extends java.lang.Object

Implements the program version support.

Author:
Nathan Fiedler

Field Summary
protected static java.util.ResourceBundle resources
          Resource bundle.
protected static java.lang.String version
          Application version string.
 
Constructor Summary
AppVersion()
           
 
Method Summary
static java.lang.String getVersion()
          Retrieves the version number for the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resources

protected static java.util.ResourceBundle resources
Resource bundle.

version

protected static java.lang.String version
Application version string.
Constructor Detail

AppVersion

public AppVersion()
Method Detail

getVersion

public static java.lang.String getVersion()
Retrieves the version number for the application.
Returns:
application version number string.