Package org.apache.poi
Class Version
java.lang.Object
org.apache.poi.Version
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
getVersion
Return the basic version string, of the form nn.nn(.nn) -
getReleaseDate
Return the date of the release / build -
getProduct
Name of product: POI -
getImplementationLanguage
Implementation Language: Java -
main
Prints the version to the command line
-