|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.service.Version
public final class Version
the pulse version.
| Nested Class Summary | |
|---|---|
static class |
Version.Tag
enumerates the version tags for pulse. |
| Method Summary | |
|---|---|
static int |
getMajorVersion()
returns the major version of pulse. |
static int |
getMinorVersion()
returns the minor version of pulse. |
static int |
getSubVersion()
returns the sub version of pulse. |
static java.lang.String |
getVersionString()
returns the version string (e.g. |
static Version.Tag |
getVersionTag()
returns the version tag of the version. |
protected static void |
logVersion()
logs the version on INFO level. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected static void logVersion()
public static java.lang.String getVersionString()
public static int getMajorVersion()
public static int getMinorVersion()
public static int getSubVersion()
The sub version is always dependent on the Tag of the version and
incremented on a per Tag base.
public static Version.Tag getVersionTag()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||