public class DigesterPrettyConfigParser extends Object implements PrettyConfigParser
PrettyConfigParser.| Constructor and Description |
|---|
DigesterPrettyConfigParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(PrettyConfigBuilder builder,
InputStream resource)
Parses the input stream and feeds configuration elements to the builder.
|
public void parse(PrettyConfigBuilder builder, InputStream resource) throws IOException, SAXException
PrettyConfigParserparse in interface PrettyConfigParserbuilder - target builder, must not be null.resource - input stream to be parsed, must not be nullIOException - If input stream could not be read.SAXException - If configuration could not be parsed.Copyright © 2014 OCPsoft. All Rights Reserved.