Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jempeg.empeg
Class Version  view Version download Version.java

java.lang.Object
  extended byorg.jempeg.empeg.Version

public class Version
extends java.lang.Object

The file containing version information for the jempeg.empeg package (and its descendents).

Version:
$Revision: 1.12 $

Field Summary
static java.lang.String MAX_EMPEG_VERSION
          The highest version of the Empeg software supported by this version of jempeg.empeg.
static java.lang.String MIN_EMPEG_VERSION
          The lowest version of the Empeg software supported by this version of jempeg.empeg.
static long VERSION_LONG
          The numeric version of the jempeg.empeg package.
static java.lang.String VERSION_STRING
          The version string of the jempeg.empeg package.
 
Constructor Summary
Version()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_LONG

public static long VERSION_LONG
The numeric version of the jempeg.empeg package. This is typically the date, in the form YYYYMMDD, on which the package was built (or some strategically-chosen date near the build date). This number _must_ be monotonically increasing between release builds; it may be used in the future for compatibility checks or something.


VERSION_STRING

public static java.lang.String VERSION_STRING
The version string of the jempeg.empeg package. Examples of version strings are 1.0b1, or 2.1.


MIN_EMPEG_VERSION

public static java.lang.String MIN_EMPEG_VERSION
The lowest version of the Empeg software supported by this version of jempeg.empeg. This is a String; it will typically only be used for presentation in an informational dialog.


MAX_EMPEG_VERSION

public static java.lang.String MAX_EMPEG_VERSION
The highest version of the Empeg software supported by this version of jempeg.empeg. This is a String; it will typically only be used for presentation in an informational dialog.

Constructor Detail

Version

public Version()