org.crosswire.jsword.bridge
Class ConfParser
java.lang.Object
org.crosswire.jsword.bridge.ConfParser
public class ConfParser
- extends Object
Parses the Sword conf and reports errors to the console.
Optionally will normalize the conf.
- Author:
- DM Smith
- See Also:
The GNU Lesser General Public License for details.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
conf
private String conf
CANONICAL_ORDER
private static final String[] CANONICAL_ORDER
ConfParser
public ConfParser(String confFile)
parse
public void parse()
throws IOException
- Throws:
IOException
main
public static void main(String[] args)
- Parameters:
args
- The list of conf files to check.
usage
public static void usage()