uk.me.nxg.xoxa
Class Version

java.lang.Object
  extended by uk.me.nxg.xoxa.Version

public final class Version
extends Object

Manages version information. This is a singleton class.


Method Summary
static Version getInstance()
          Get the singleton instance of the Version class.
 String getVersion()
          Provides the package's version identifier as a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Version getInstance()
Get the singleton instance of the Version class.

Returns:
the instance of the class, which is not null

getVersion

public String getVersion()
Provides the package's version identifier as a string.

Returns:
a printable string indicating the version


Copyright © 2015. All rights reserved.