Class PackageUtil
java.lang.Object
com.github.jaiimageio.impl.common.PackageUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static boolean
Flag indicating whether codecLib is available.private static String
Specification Title derived from Manifest.private static String
Implementation vendor derived from Manifest.private static String
Implementation version derived from Manifest. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final String
Return the Specification Title string for the package.static final String
Return a vendor string for the package.static final String
Return a version string for the package.static final boolean
Returns aboolean
indicating whether codecLib is available.
-
Field Details
-
isCodecLibAvailable
private static boolean isCodecLibAvailableFlag indicating whether codecLib is available. -
version
Implementation version derived from Manifest. -
vendor
Implementation vendor derived from Manifest. -
specTitle
Specification Title derived from Manifest.
-
-
Constructor Details
-
PackageUtil
public PackageUtil()
-
-
Method Details
-
isCodecLibAvailable
public static final boolean isCodecLibAvailable()Returns aboolean
indicating whether codecLib is available. -
getVersion
Return a version string for the package. -
getVendor
Return a vendor string for the package. -
getSpecificationTitle
Return the Specification Title string for the package.
-