com.jp.protection.pub
Class Version

java.lang.Object
  extended by dev.util.VersionSupport
      extended by com.jp.protection.pub.Version

public class Version
extends dev.util.VersionSupport


Field Summary
static java.lang.String SUB_VERSION
          Sub-version of Protection! Public API (e.g.
static java.lang.String VERSION
          Main version of Protection! Public API
 
Fields inherited from class dev.util.VersionSupport
fProperties, fSubVersion, fVersion, PROPERTY_BUILD_DATE, PROPERTY_BUILD_NUMBER
 
Constructor Summary
Version()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class dev.util.VersionSupport
getBuildVersion, getFullVersion, getProperties, getVersion, printVersion, updateVersionProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
Main version of Protection! Public API

See Also:
Constant Field Values

SUB_VERSION

public static final java.lang.String SUB_VERSION
Sub-version of Protection! Public API (e.g. Beta 1)

See Also:
Constant Field Values
Constructor Detail

Version

public Version()
Method Detail

main

public static void main(java.lang.String[] args)