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 on
major - major version of the add on
minor - minor version of the add on
patch - patch number of the add on
snapshot - whether the version of this add on is a snapshot build or not
Copyright © 1998–2018 iText Group NV. All rights reserved.