Package net.oijon.oling.info
Class Info
- java.lang.Object
- 
- net.oijon.oling.info.Info
 
- 
 public class Info extends java.lang.ObjectA class to get the version information of the current build- Author:
- alex
 
- 
- 
Constructor SummaryConstructors Constructor Description Info()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetVersion()Gets the current version of OLing, for example "OLing - v1.2.0"static java.lang.StringgetVersionNum()Gets the version number of OLing, for example "1.1.1"
 
- 
- 
- 
Method Detail- 
getVersionpublic static java.lang.String getVersion() Gets the current version of OLing, for example "OLing - v1.2.0"- Returns:
- The current version of OLing
 
 - 
getVersionNumpublic static java.lang.String getVersionNum() Gets the version number of OLing, for example "1.1.1"- Returns:
- The current version number of OLing
 
 
- 
 
-