Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org.jfree.report.modules.gui » base » resources » [javadoc | source]
org.jfree.report.modules.gui.base.resources
public final class: ResourceCompareTool [javadoc | source]
java.lang.Object
   org.jfree.report.modules.gui.base.resources.ResourceCompareTool
The ResourceCompareTool provides simple reporting capabilities to compare a localized resource bundle with the default resource bundle.

This report contains all keys, which are undefined in the localisation, which are defined with an incompabile object value or which are not defined in the default resource bundle, but defined in the localized version.

Using the automated comparing will help to make translations more easier.

Method from org.jfree.report.modules.gui.base.resources.ResourceCompareTool Summary:
executeTest,   main
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.report.modules.gui.base.resources.ResourceCompareTool Detail:
 public static  void executeTest(String base,
    String locale) 
    Executes the test for the given localisation. This compares that all defined values are valid and that no extra keys are defined. It also prints some status information that may be helpfull to verify the integrity of the translation.
 public static  void main(String[] args) 
    Starts the resource comparing process.