Package com.sun.media.imageioimpl.common
Class PackageUtil
- java.lang.Object
-
- com.sun.media.imageioimpl.common.PackageUtil
-
public class PackageUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description PackageUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getSpecificationTitle()
Return the Specification Title string for the package.static String
getVendor()
Return a vendor string for the package.static String
getVersion()
Return a version string for the package.
-
-
-
Method Detail
-
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.
-
-