Class ClassicEngineInfo


  • public final class ClassicEngineInfo
    extends org.pentaho.reporting.libraries.base.versioning.ProjectInformation
    Details about the JFreeReport project.
    Author:
    David Gilbert
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ClassicEngineInfo getInstance()
      Returns the singleton instance of the Info-Object.
      static void main​(String[] args)
      Print the library version and information about the library.
      • Methods inherited from class org.pentaho.reporting.libraries.base.versioning.ProjectInformation

        addLibrary, addOptionalLibrary, addOptionalLibrary, getBootClass, getCopyright, getInternalName, getLibraries, getOptionalLibraries, getProductId, getReleaseBuildNumber, getReleaseCandidateToken, getReleaseMajor, getReleaseMilestone, getReleaseMinor, getReleaseNumber, getVersion, setBootClass, setCopyright
      • Methods inherited from class org.pentaho.reporting.libraries.base.versioning.DependencyInformation

        equals, getInfo, getLicenseName, getName, hashCode, setInfo, setLicenseName, setVersion
    • Method Detail

      • getInstance

        public static ClassicEngineInfo getInstance()
        Returns the singleton instance of the Info-Object.
        Returns:
        te info object for this library.
      • main

        public static void main​(String[] args)
        Print the library version and information about the library.

        After there seems to be confusion about which version is currently used by the user, this method will print the project information to clarify this issue.

        Parameters:
        args - ignored