Class Version


  • public class Version
    extends Object
    Administrative class to keep track of the version number of the POI release. This class implements the upcoming standard of having org.apache.project-name.Version.getVersion() be a standard way to get version information.
    • Constructor Detail

      • Version

        public Version()
    • Method Detail

      • getVersion

        public static String getVersion()
        Return the basic version string, of the form nn.nn(.nn)
      • getReleaseDate

        public static String getReleaseDate()
        Return the date of the release / build
      • getProduct

        public static String getProduct()
        Name of product: POI
      • getImplementationLanguage

        public static String getImplementationLanguage()
        Implementation Language: Java
      • main

        public static void main​(String[] args)
        Prints the version to the command line