Package net.oijon.utils.info
Class Info
- java.lang.Object
-
- net.oijon.utils.info.Info
-
public class Info extends java.lang.Object
A class to get the version information of the current build- Author:
- alex
-
-
Constructor Summary
Constructors Constructor Description Info()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getVersion()
Gets the current version of Oijon Utils, for example "Oijon Utils - v1.2.0"static java.lang.String
getVersionNum()
Gets the version number of Oijon Utils, for example "1.1.1"
-
-
-
Method Detail
-
getVersion
public static java.lang.String getVersion()
Gets the current version of Oijon Utils, for example "Oijon Utils - v1.2.0"- Returns:
- The current version of Oijon Utils
-
getVersionNum
public static java.lang.String getVersionNum()
Gets the version number of Oijon Utils, for example "1.1.1"- Returns:
- The current version number of Oijon Utils
-
-