Class Version

java.lang.Object
org.apache.poi.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 Details

    • Version

      public Version()
  • Method Details

    • 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