org.crosswire.jsword.bridge
Class ConfParser

java.lang.Object
  extended by 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.

Field Summary
private static String[] CANONICAL_ORDER
           
private  String conf
           
 
Constructor Summary
ConfParser(String confFile)
           
 
Method Summary
static void main(String[] args)
           
 void parse()
           
static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conf

private String conf

CANONICAL_ORDER

private static final String[] CANONICAL_ORDER
Constructor Detail

ConfParser

public ConfParser(String confFile)
Method Detail

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()

Copyright ยจ 2003-2015