|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.Version
public final class Version
This class contains version information about iText. DO NOT CHANGE THE VERSION INFORMATION WITHOUT PERMISSION OF THE COPYRIGHT HOLDERS OF ITEXT. Changing the version makes it extremely difficult to debug an application. Also, the nature of open source software is that you honor the copyright of the original creators of the software.
Field Summary | |
---|---|
static String |
AGPL
String that will indicate if the AGPL version is used. |
Constructor Summary | |
---|---|
Version()
|
Method Summary | |
---|---|
static Version |
getInstance()
Gets an instance of the iText version that is currently used. |
String |
getKey()
Returns a license key if one was provided, or null if not. |
String |
getProduct()
Gets the product name. |
String |
getRelease()
Gets the release number. |
String |
getVersion()
Returns the iText version as shown in the producer line. |
static boolean |
isAGPLVersion()
Checks if the AGPL version is used. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String AGPL
Constructor Detail |
---|
public Version()
Method Detail |
---|
public static Version getInstance()
public String getProduct()
public String getRelease()
public String getVersion()
public String getKey()
public static boolean isAGPLVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |