Class Info


  • public class Info
    extends java.lang.Object
    A class to get the version information of the current build
    Author:
    alex
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static net.oijon.olog.Log log  
    • 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 OLing, for example "OLing - v1.2.0"
      static java.lang.String getVersionNum()
      Gets the version number of OLing, for example "1.1.1"
      • Methods inherited from class java.lang.Object

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

      • log

        public static net.oijon.olog.Log log
    • Constructor Detail

      • Info

        public Info()
    • Method Detail

      • getVersion

        public static java.lang.String getVersion()
        Gets the current version of OLing, for example "OLing - v1.2.0"
        Returns:
        The current version of OLing
      • getVersionNum

        public static java.lang.String getVersionNum()
        Gets the version number of OLing, for example "1.1.1"
        Returns:
        The current version number of OLing