Class Info

java.lang.Object
imagingbook.core.Info

public abstract class Info extends Object
This class provides version information for this library.
  • Method Details

    • getVersionInfo

      public static String 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.