Package org.apache.pdfbox.util
Class Version
- java.lang.Object
-
- org.apache.pdfbox.util.Version
-
public final class Version extends java.lang.ObjectExposes PDFBox version.
-
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.commons.logging.LogLOGprivate static java.lang.StringPDFBOX_VERSION_PROPERTIES
-
Constructor Summary
Constructors Modifier Constructor Description privateVersion()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetVersion()Returns the version of PDFBox.
-
-
-
Field Detail
-
LOG
private static final org.apache.commons.logging.Log LOG
-
PDFBOX_VERSION_PROPERTIES
private static final java.lang.String PDFBOX_VERSION_PROPERTIES
- See Also:
- Constant Field Values
-
-