Class 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"
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Info

        public Info()
    • 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