Class CommonsProductData
- java.lang.Object
-
- com.itextpdf.commons.actions.data.CommonsProductData
-
public final class CommonsProductData extends java.lang.Object
Stores an instance ofProductData
related to iText commons module.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
COMMONS_COPYRIGHT_SINCE
(package private) static int
COMMONS_COPYRIGHT_TO
private static ProductData
COMMONS_PRODUCT_DATA
(package private) static java.lang.String
COMMONS_PRODUCT_NAME
(package private) static java.lang.String
COMMONS_PUBLIC_PRODUCT_NAME
(package private) static java.lang.String
COMMONS_VERSION
(package private) static java.lang.String
MINIMAL_COMPATIBLE_LICENSEKEY_VERSION
-
Constructor Summary
Constructors Modifier Constructor Description private
CommonsProductData()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProductData
getInstance()
Getter for an instance ofProductData
related to iText commons module.
-
-
-
Field Detail
-
COMMONS_PUBLIC_PRODUCT_NAME
static final java.lang.String COMMONS_PUBLIC_PRODUCT_NAME
- See Also:
- Constant Field Values
-
COMMONS_PRODUCT_NAME
static final java.lang.String COMMONS_PRODUCT_NAME
- See Also:
- Constant Field Values
-
COMMONS_VERSION
static final java.lang.String COMMONS_VERSION
- See Also:
- Constant Field Values
-
MINIMAL_COMPATIBLE_LICENSEKEY_VERSION
static final java.lang.String MINIMAL_COMPATIBLE_LICENSEKEY_VERSION
- See Also:
- Constant Field Values
-
COMMONS_COPYRIGHT_SINCE
static final int COMMONS_COPYRIGHT_SINCE
- See Also:
- Constant Field Values
-
COMMONS_COPYRIGHT_TO
static final int COMMONS_COPYRIGHT_TO
- See Also:
- Constant Field Values
-
COMMONS_PRODUCT_DATA
private static final ProductData COMMONS_PRODUCT_DATA
-
-
Method Detail
-
getInstance
public static ProductData getInstance()
Getter for an instance ofProductData
related to iText commons module.- Returns:
- iText commons product description
-
-