Package org.terrier

Class Version


  • public class Version
    extends java.lang.Object
    Maven automatically populates this with the version number, etc. See http://stackoverflow.com/questions/2469922/generate-a-version-java-file-in-maven
    Since:
    4.1.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BUILD_DATE  
      static java.lang.String BUILD_USER  
      static java.lang.String VERSION  
    • Constructor Summary

      Constructors 
      Constructor Description
      Version()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int getMajorVersion()  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • Version

        public Version()
    • Method Detail

      • getMajorVersion

        public static int getMajorVersion()
      • main

        public static void main​(java.lang.String[] args)