Public Member Functions | |
Main () | |
Creates a new instance of Main. | |
Static Public Member Functions | |
static void | main (String[] argv) throws ParserConfigurationException, SAXException, IOException |
Static Package Functions | |
static void | checkParams (String argv[]) |
static void | parseDocumentDefintion (Document doc) throws DocumentParseException, InvalidValueException, IllegalParamterTypeException, MissingArgumentException, ResourceUnavailableException |
Static Package Attributes | |
static String | docdefPath |
static final String | PKG = "dochelper." |
static Hashtable< String, DocPattern > | patterns = new Hashtable() |
static Hashtable< String, RecordSet > | recordsets = new Hashtable() |
static Hashtable< String, Renderer > | renderers = new Hashtable() |
static Hashtable< String, Processor > | processors = new Hashtable() |
static ArrayList < DocumentDefinition > | documents = new ArrayList() |
Static Private Member Functions | |
static DocPattern | parsePattern (Element node) throws DocumentParseException |
static Processor | parseProcessor (Element node) throws DocumentParseException, InvalidValueException, IllegalParamterTypeException, MissingArgumentException, ResourceUnavailableException |
static RecordSet | parseRecordSet (Element node, String name) throws DocumentParseException, InvalidValueException, IllegalParamterTypeException, MissingArgumentException, ResourceUnavailableException |
static Renderer | parseRenderer (Element node) throws DocumentParseException, InvalidValueException, IllegalParamterTypeException, MissingArgumentException, ResourceUnavailableException |
static Configurable | parseConfigurable (Element node) throws DocumentParseException, InvalidValueException, IllegalParamterTypeException, MissingArgumentException, ResourceUnavailableException |
Static Private Attributes | |
static final String | USAGE |
static final String | ERROR |
Definition at line 48 of file Main.java.
static void dochelper.Main.main | ( | String[] | argv | ) | throws ParserConfigurationException, SAXException, IOException [static] |
static void dochelper.Main.checkParams | ( | String | argv[] | ) | [static, package] |
static void dochelper.Main.parseDocumentDefintion | ( | Document | doc | ) | throws DocumentParseException, InvalidValueException, IllegalParamterTypeException, MissingArgumentException, ResourceUnavailableException [static, package] |
static DocPattern dochelper.Main.parsePattern | ( | Element | node | ) | throws DocumentParseException [static, private] |
static Processor dochelper.Main.parseProcessor | ( | Element | node | ) | throws DocumentParseException, InvalidValueException, IllegalParamterTypeException, MissingArgumentException, ResourceUnavailableException [static, private] |
static RecordSet dochelper.Main.parseRecordSet | ( | Element | node, | |
String | name | |||
) | throws DocumentParseException, InvalidValueException, IllegalParamterTypeException, MissingArgumentException, ResourceUnavailableException [static, private] |
static Renderer dochelper.Main.parseRenderer | ( | Element | node | ) | throws DocumentParseException, InvalidValueException, IllegalParamterTypeException, MissingArgumentException, ResourceUnavailableException [static, private] |
static Configurable dochelper.Main.parseConfigurable | ( | Element | node | ) | throws DocumentParseException, InvalidValueException, IllegalParamterTypeException, MissingArgumentException, ResourceUnavailableException [static, private] |
final String dochelper.Main.USAGE [static, private] |
Initial value:
"DocHelper v 1.0. Usage: \n " + " Usage: java -jar dochelper.jar [args...] \n " + " java -jar dochelper.jar [path to docdef] \n\n" + " where args are: \n" + " docdef: Document Definition file that follows the Dochelper standard. This \n" + " is a required argument.\n\n"
final String dochelper.Main.ERROR [static, private] |
String dochelper.Main.docdefPath [static, package] |
final String dochelper.Main.PKG = "dochelper." [static, package] |
Hashtable<String, DocPattern> dochelper.Main.patterns = new Hashtable() [static, package] |
Hashtable<String, RecordSet> dochelper.Main.recordsets = new Hashtable() [static, package] |
Hashtable<String, Renderer> dochelper.Main.renderers = new Hashtable() [static, package] |
Hashtable<String, Processor> dochelper.Main.processors = new Hashtable() [static, package] |
ArrayList<DocumentDefinition> dochelper.Main.documents = new ArrayList() [static, package] |