java.lang.Object
imagingbook.core.Info
This class provides version information for this library.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Reads version information from the MANIFEST.MF file of the JAR file from which this class was loaded.
-
Method Details
-
getVersionInfo
Reads version information from the MANIFEST.MF file of the JAR file from which this class was loaded.- Returns:
- A string with the version information. "UNKNOWN" is returned if the library was not loaded from a JAR file or if the version information could not be determined.
-