
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 |
|---|---|
static int |
detectDuplicates(String source) |
static Map<String,Integer> |
diff(String source1,
String source2) |
static void |
main(String[] args) |
public TranslationsCheck()
public static void main(String[] args) throws IOException
IOExceptionpublic static Map<String,Integer> diff(String source1, String source2) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic static int detectDuplicates(String source) throws IOException
IOExceptionCopyright © 2001-2018 The Apache Software Foundation. All rights reserved.