com.jrefinery.report
Class JFreeReportInfo

java.lang.Object
  extended byorg.jfree.ui.about.ProjectInfo
      extended bycom.jrefinery.report.JFreeReportInfo
All Implemented Interfaces:
java.lang.Cloneable

public class JFreeReportInfo
extends org.jfree.ui.about.ProjectInfo
implements java.lang.Cloneable

Details about the JFreeReport project.

Author:
David Gilbert

Constructor Summary
JFreeReportInfo()
          Constructs an object containing information about the JFreeReport project.
 
Method Summary
static void main(java.lang.String[] args)
          Print the library version and information about the library.
 
Methods inherited from class org.jfree.ui.about.ProjectInfo
getContributors, getCopyright, getInfo, getLibraries, getLicenceName, getLicenceText, getLogo, getName, getVersion, setContributors, setCopyright, setInfo, setLibraries, setLicenceName, setLicenceText, setLogo, setName, setVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JFreeReportInfo

public JFreeReportInfo()
Constructs an object containing information about the JFreeReport project.

Uses a resource bundle to localise some of the information.

Method Detail

main

public static void main(java.lang.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