Class VersionUtil


  • public final class VersionUtil
    extends Object
    Utility class to retrieve version information about this project.
    • Method Detail

      • getVersion

        public static String getVersion()
        Returns the OpenIG version.
        Returns:
        the OpenIG version.
      • getBranch

        public static String getBranch()
        Returns the branch name.
        Returns:
        the branch name.
      • getRevision

        public static String getRevision()
        Returns the revision.
        Returns:
        the revision.
      • getTimeStamp

        public static long getTimeStamp()
        Returns the timestamp.
        Returns:
        the timestamp.