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
IOException
public static Map<String,Integer> diff(String source1, String source2) throws FileNotFoundException, IOException
FileNotFoundException
IOException
public static int detectDuplicates(String source) throws IOException
IOException
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.