public class PackageUtil
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Return the Specification Title string for the package.
Return a vendor string for the package.
Return a version string for the package.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PackageUtil
public PackageUtil()
-
Method Details
-
getVersion
public static final String getVersion()
Return a version string for the package.
-
getVendor
public static final String getVendor()
Return a vendor string for the package.
-
getSpecificationTitle
public static final String getSpecificationTitle()
Return the Specification Title string for the package.