- java.lang.Object
-
- de.desy.mst.libs.framework.mstapp.appinf.Lib
-
-
Constructor Summary
Constructors
Constructor and Description |
Lib(java.util.jar.JarFile jar) |
Lib(java.util.jar.JarFile jar,
java.lang.String name) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getBuild
public int getBuild()
- Specified by:
getBuild
in interface ILib
- Returns:
- build.number
Modified in build.number
incremented on every build by build and deploy
should not be modified by developer
-
getMajor
public int getMajor()
- Specified by:
getMajor
in interface ILib
- Returns:
- Major version number
modified by developer in build.number
-
getMinor
public int getMinor()
- Specified by:
getMinor
in interface ILib
- Returns:
- Minor version number
modified by developer in build.number
-
getRevision
public int getRevision()
- Specified by:
getRevision
in interface ILib
- Returns:
- Revision number.
Modified in build.number
incremented on every release by build and deply
might be modified by developer
13-September-2017 07:50 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft