public class TranslationsCheck extends java.lang.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(java.lang.String source) |
java.util.Map<java.lang.String,java.lang.Integer> |
diff(java.lang.String source1,
java.lang.String source2) |
static void |
main(java.lang.String[] args) |
public TranslationsCheck()
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOExceptionpublic java.util.Map<java.lang.String,java.lang.Integer> diff(java.lang.String source1, java.lang.String source2) throws java.io.IOException
java.io.IOExceptionpublic int detectDuplicates(java.lang.String source) throws java.io.IOException
java.io.IOExceptionCopyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.