org.pentaho.reporting.engine.classic.core
Class ClassicEngineInfo

java.lang.Object
  extended by org.pentaho.reporting.libraries.base.versioning.DependencyInformation
      extended by org.pentaho.reporting.libraries.base.versioning.ProjectInformation
          extended by org.pentaho.reporting.engine.classic.core.ClassicEngineInfo

public final class ClassicEngineInfo
extends org.pentaho.reporting.libraries.base.versioning.ProjectInformation

Details about the JFreeReport project.

Author:
David Gilbert

Method Summary
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, getBootClass, getCopyright, getInternalName, getLibraries, getOptionalLibraries, getProductId, getReleaseBuildNumber, getReleaseCandidateToken, getReleaseMajor, getReleaseMilestone, getReleaseMinor, getReleaseNumber, getVersion
 
Methods inherited from class org.pentaho.reporting.libraries.base.versioning.DependencyInformation
equals, getInfo, getLicenseName, getName, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

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