|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProductVersion | |
---|---|
net.infonode.util | Common utility classes |
Uses of ProductVersion in net.infonode.util |
---|
Fields in net.infonode.util declared as ProductVersion | |
---|---|
private ProductVersion |
ReleaseInfo.productVersion
|
Methods in net.infonode.util that return ProductVersion | |
---|---|
static ProductVersion |
AntUtils.createProductVersion(int major,
int minor,
int patch)
|
static ProductVersion |
AntUtils.createProductVersion(java.lang.String major,
java.lang.String minor,
java.lang.String patch)
|
ProductVersion |
ReleaseInfo.getProductVersion()
Gets the product version |
Constructors in net.infonode.util with parameters of type ProductVersion | |
---|---|
ReleaseInfo(java.lang.String name,
java.lang.String vendor,
long buildTime,
ProductVersion version,
java.lang.String license,
java.lang.String homepage)
Constructs a release info object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |