public class ProductInfo extends Object implements Serializable
| Constructor and Description |
|---|
ProductInfo(String name,
int major,
int minor,
int patch,
boolean snapshot)
Instantiates a ProductInfo object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMajor() |
int |
getMinor() |
String |
getName() |
int |
getPatch() |
boolean |
isSnapshot() |
String |
toString() |
public ProductInfo(String name, int major, int minor, int patch, boolean snapshot)
name - name of the add onmajor - major version of the add onminor - minor version of the add onpatch - patch number of the add onsnapshot - whether the version of this add on is a snapshot build or notCopyright © 1998–2019 iText Group NV. All rights reserved.