|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.version.RcomRmmVersion
This class is a static class that can return a version string from the CVS keyword embedded in the file, or from a tag string passed in.
Retek Inc. Copyright (c) 2004
Method Summary | |
---|---|
static java.lang.String |
getCustomFlavor()
Return the flavor (ex. |
static java.lang.String |
getVersion()
|
static java.lang.String |
getVersion(java.lang.String tag)
|
static boolean |
isMgBaseFlavor()
Return boolean indicating if the current running version of rcom-rmm project is the Mg Base (GA) custom flavor. |
static boolean |
isNaBaseFlavor()
Return boolean indicating if the current running version of rcom-rmm project is the Na Base (GA) flavor. |
static boolean |
isWsCustomFlavor()
Return boolean indicating if the current running version of rcom-rmm project is the WS custom flavor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static final java.lang.String getVersion()
public static final java.lang.String getVersion(java.lang.String tag)
public static final java.lang.String getCustomFlavor()
public static final boolean isNaBaseFlavor()
public static final boolean isMgBaseFlavor()
public static final boolean isWsCustomFlavor()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |