Class Lib
- java.lang.Object
-
- de.desy.mst.libs.framework.mstapp.appinf.Lib
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBuild()
java.lang.String
getDate()
int
getMajor()
int
getMinor()
java.lang.String
getName()
int
getRevision()
-
-
-
Method Detail
-
getBuild
public int getBuild()
-
getMajor
public int getMajor()
-
getMinor
public int getMinor()
-
getName
public java.lang.String getName()
-
getRevision
public int getRevision()
- Specified by:
getRevision
in interfaceILib
- Returns:
- Revision number. Modified in build.number incremented on every release by build and deply might be modified by developer
-
-