com.jp.windows.live
Class Version

java.lang.Object
  extended by dev.util.VersionSupport
      extended by com.jp.windows.live.Version

public class Version
extends dev.util.VersionSupport


Field Summary
static java.lang.String SUB_VERSION
           
static java.lang.String VERSION
           
 
Fields inherited from class dev.util.VersionSupport
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values

SUB_VERSION

public static final java.lang.String SUB_VERSION
See Also:
Constant Field Values
Constructor Detail

Version

public Version()
Method Detail

main

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