net.sf.jomic.common
Interface Version


public interface Version

Jomic version information. Generated using "ant version".

Author:
Thomas Aglassinger

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String DATE
          Release date using format YYYY-MM-DD.
static int RELEASE
          The x.RELEASE.x part in the VERSION_TAG.
static int REVISION
          The x.x.REVISON part in the VERSION_TAG.
static int VERSION
          The VERSION.x.x part in the VERSION_TAG.
static java.lang.String VERSION_TAG
          The full VERSION.RELEASE.REVISION text.
 

Field Detail

COPYRIGHT

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

DATE

static final java.lang.String DATE
Release date using format YYYY-MM-DD.

See Also:
Constant Field Values

RELEASE

static final int RELEASE
The x.RELEASE.x part in the VERSION_TAG.

See Also:
Constant Field Values

REVISION

static final int REVISION
The x.x.REVISON part in the VERSION_TAG.

See Also:
Constant Field Values

VERSION

static final int VERSION
The VERSION.x.x part in the VERSION_TAG.

See Also:
Constant Field Values

VERSION_TAG

static final java.lang.String VERSION_TAG
The full VERSION.RELEASE.REVISION text.

See Also:
Constant Field Values