
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
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-2016 The Apache Software Foundation. All rights reserved.