com.jrefinery.report.resources
Class ResourceCompareTool
java.lang.Object
|
+--com.jrefinery.report.resources.ResourceCompareTool
- public class ResourceCompareTool
- extends java.lang.Object
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.
- Author:
- Thomas Morgner
Method Summary |
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 |
ResourceCompareTool
public ResourceCompareTool()
main
public static void main(java.lang.String[] args)
- Starts the resource comparing process.
- Parameters:
args
- a string array with only one element, the ISO code of the localisation.