com.flagstone.translate
Class Translate

java.lang.Object
  extended by com.flagstone.translate.Translate

public final class Translate
extends java.lang.Object

The %Translate class defines constants and methods used throughout the %Translate package.


Field Summary
static int MAJOR
          MAJOR is used to identify the current version of the framework.
static int MINOR
          MINOR is used to identify the current minor version of the framework.
static int RELEASE
          The RELEASE number is used to differentiate between different releases.
 
Constructor Summary
Translate()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main method reports basic information about the package.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAJOR

public static final int MAJOR
MAJOR is used to identify the current version of the framework. This is incremented for each new version of Flash supported.

See Also:
Constant Field Values

MINOR

public static final int MINOR
MINOR is used to identify the current minor version of the framework. This is incremented when new functionality is added or API changes are made.

See Also:
Constant Field Values

RELEASE

public static final int RELEASE
The RELEASE number is used to differentiate between different releases. This number is incremented when an enhancement or bug fix has been made and the API is unchanged.

See Also:
Constant Field Values
Constructor Detail

Translate

public Translate()
Method Detail

main

public static void main(java.lang.String[] args)
The main method reports basic information about the package.