|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.xmlmill.Version
Administrative class to keep track of the version number of the XMLMill release.
This class returns the version number of XMLMill.
The version number is defined as follows: major.minor.revision where:
| Method Summary | |
static java.lang.String |
getLanguage()
Returns the Language of the product. |
static java.lang.String |
getProduct()
Returns the name of the product. |
static java.lang.String |
getReleaseVersion()
Returns the release number. |
static java.lang.String |
getVersion()
Returns the version bumber of XMLMill in following format: XMLMill Java x.xxRxx. |
static void |
main(java.lang.String[] argv)
Prints the version on the command line. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static final java.lang.String getVersion()
XMLMill Java x.xxRxx.public static void main(java.lang.String[] argv)
argv - command line arguments, unused.public static final java.lang.String getProduct()
public static final java.lang.String getLanguage()
public static final java.lang.String getReleaseVersion()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||