public class TranslationsCheck extends Object
The first argument is the language, and it is mandatory. The second argument is the path. If the path is not defined, uses current path (.)
For example (if you're compiling your classes to "classes"):
java -cp classes TranslationsCheck fi
| Constructor and Description |
|---|
TranslationsCheck() |
| Modifier and Type | Method and Description |
|---|---|
int |
detectDuplicates(String source) |
Map<String,Integer> |
diff(String source1,
String source2) |
static void |
main(String[] args) |
public TranslationsCheck()
public static void main(String[] args) throws IOException
IOExceptionpublic Map<String,Integer> diff(String source1, String source2) throws IOException
IOExceptionpublic int detectDuplicates(String source) throws IOException
IOExceptionCopyright © 2001-2020 The Apache Software Foundation. All rights reserved.