com.voytechs.jnetstream
Interface ReleaseInfo


public interface ReleaseInfo

This is utiltity interface that holds information about the current release of this software. There are several static constants that define information about this release.

Since:
0.2.1
Author:
Mark Bednarczyk

Field Summary
static java.lang.String AUTHORS
          Name of the author(s) of this software.
static java.lang.String BASENAME
          Base package name, excluding version information.
static java.lang.String PACKAGENAME
          Package name of this release.
static java.lang.String RELEASEDATE
          Date when this release was released.
static java.lang.String VERSION
          Version number of this release
 

Field Detail

VERSION

static final java.lang.String VERSION
Version number of this release

See Also:
Constant Field Values

BASENAME

static final java.lang.String BASENAME
Base package name, excluding version information.

See Also:
Constant Field Values

PACKAGENAME

static final java.lang.String PACKAGENAME
Package name of this release. The package name is specific to binary package released. Source, API and Docs type releases do not have pre-built names that can be referenced here.

See Also:
Constant Field Values

RELEASEDATE

static final java.lang.String RELEASEDATE
Date when this release was released.

See Also:
Constant Field Values

AUTHORS

static final java.lang.String AUTHORS
Name of the author(s) of this software.

See Also:
Constant Field Values