public final class ConfigurationFileParser
extends org.xml.sax.helpers.DefaultHandler
Constructor and Description |
---|
ConfigurationFileParser() |
Modifier and Type | Method and Description |
---|---|
FailSet |
getFailSet() |
java.util.Map<Params,java.lang.String> |
getRootParams() |
void |
process(java.io.File configurationFile) |
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public void process(java.io.File configurationFile) throws java.lang.Exception
java.lang.Exception
public java.util.Map<Params,java.lang.String> getRootParams()
public FailSet getFailSet()
public void startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
startElement
in interface org.xml.sax.ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
org.xml.sax.SAXException