Package com.itextpdf.kernel.actions.data
Class ITextCoreProductData
- java.lang.Object
-
- com.itextpdf.kernel.actions.data.ITextCoreProductData
-
public final class ITextCoreProductData extends java.lang.Object
Stores an instance ofProductData
related to iText core module.
-
-
Field Summary
Fields Modifier and Type Field Description private static int
CORE_COPYRIGHT_SINCE
private static int
CORE_COPYRIGHT_TO
private static java.lang.String
CORE_PUBLIC_PRODUCT_NAME
private static java.lang.String
CORE_VERSION
private static ProductData
ITEXT_PRODUCT_DATA
-
Constructor Summary
Constructors Modifier Constructor Description private
ITextCoreProductData()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProductData
getInstance()
Getter for an instance ofProductData
related to iText core module.
-
-
-
Field Detail
-
CORE_PUBLIC_PRODUCT_NAME
private static final java.lang.String CORE_PUBLIC_PRODUCT_NAME
- See Also:
- Constant Field Values
-
CORE_VERSION
private static final java.lang.String CORE_VERSION
- See Also:
- Constant Field Values
-
CORE_COPYRIGHT_SINCE
private static final int CORE_COPYRIGHT_SINCE
- See Also:
- Constant Field Values
-
CORE_COPYRIGHT_TO
private static final int CORE_COPYRIGHT_TO
- See Also:
- Constant Field Values
-
ITEXT_PRODUCT_DATA
private static final ProductData ITEXT_PRODUCT_DATA
-
-
Method Detail
-
getInstance
public static ProductData getInstance()
Getter for an instance ofProductData
related to iText core module.- Returns:
- iText core product description
-
-