|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 Summary | |
static void |
executeTest(java.lang.String base,
java.lang.String locale)
Executes the test for the given localisation. |
static void |
main(java.lang.String[] args)
Starts the resource comparing process. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public static void executeTest(java.lang.String base,
java.lang.String locale)
base - the base name of the resource bundle.locale - the locale that should be tested.public static void main(java.lang.String[] args)
args - a string array with only one element, the ISO code of the localisation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||