Class PackageUtil
java.lang.Object
com.github.jaiimageio.impl.common.PackageUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static booleanFlag indicating whether codecLib is available.private static StringSpecification Title derived from Manifest.private static StringImplementation vendor derived from Manifest.private static StringImplementation version derived from Manifest. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final StringReturn the Specification Title string for the package.static final StringReturn a vendor string for the package.static final StringReturn a version string for the package.static final booleanReturns abooleanindicating 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 abooleanindicating 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.
-