|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.app.Version
Nested Class Summary | |
(package private) class |
Version.VersionParser
Class to parse the Version.xml document. |
Field Summary | |
private int |
build
No comment provided by developer, please add a comment to improve documentation. |
private static Version |
instance
No comment provided by developer, please add a comment to improve documentation. |
(package private) static org.apache.log4j.Logger |
log
log4j logging |
private int |
major
No comment provided by developer, please add a comment to improve documentation. |
private int |
minor
No comment provided by developer, please add a comment to improve documentation. |
private java.lang.String |
release
No comment provided by developer, please add a comment to improve documentation. |
private int |
revision
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
private |
Version()
Constructor for class Version |
Method Summary | |
static Version |
get()
No comment provided by developer, please add a comment to improve documentation. |
int |
getBuild()
|
int |
getMajor()
|
int |
getMinor()
|
java.lang.String |
getRelease()
|
int |
getRevision()
Get the revision attribute of the Version object |
java.lang.String |
getVersion()
Get the version attribute of the Version object |
(package private) void |
setBuild(int build)
Sets the build attribute of the Version object |
(package private) void |
setMajor(int major)
Sets the major attribute of the Version object |
(package private) void |
setMinor(int minor)
Sets the minor attribute of the Version object |
(package private) void |
setRelease(java.lang.String release)
Sets the release attribute of the Version object |
(package private) void |
setRevision(int revision)
Sets the revision attribute of the Version object |
java.lang.String |
toString()
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
static final transient org.apache.log4j.Logger log
private int major
private int minor
private int revision
private int build
private java.lang.String release
private static volatile Version instance
Constructor Detail |
private Version()
Method Detail |
public static Version get()
public java.lang.String toString()
public java.lang.String getVersion()
public int getBuild()
void setBuild(int build)
build
- The new build valuepublic int getMajor()
void setMajor(int major)
major
- The new major valuepublic int getMinor()
void setMinor(int minor)
minor
- The new minor valuepublic int getRevision()
void setRevision(int revision)
revision
- The new revision valuepublic java.lang.String getRelease()
void setRelease(java.lang.String release)
release
- The new release value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |