public class Version extends Object
| Constructor and Description |
|---|
Version() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getImplementationLanguage()
Implementation Language: Java
|
static String |
getProduct()
Name of product: POI
|
static String |
getVersion()
Return the basic version string, of the form
nn.nn(.nn)
|
static void |
main(String[] args)
Prints the version to the command line
|
public static String getVersion()
public static String getProduct()
public static String getImplementationLanguage()
public static void main(String[] args)