iCMS
Class Version

java.lang.Object
  extended by luky.Version
      extended by iCMS.Version
All Implemented Interfaces:
MouseListener, EventListener

public class Version
extends Version

Version Class is used to get the version of the iCMS package class runtime

Version:
1.7.3
Author:
Chris Lukassen
 

Constructor Summary
Version()
          default constructor
 
Method Summary
static void main(String[] args)
          runtime function to get the current version, prints it to stdout
 
Methods inherited from class luky.Version
about, about, getAppBuildTimeString, getAppVersion, getLibBuildTimeString, getLibVersion, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, setAppBuildTime, setAppName, setAppVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
default constructor

Method Detail

main

public static void main(String[] args)
runtime function to get the current version, prints it to stdout