public interface PrettyConfigParser
| Modifier and Type | Method and Description |
|---|---|
void |
parse(PrettyConfigBuilder builder,
InputStream resource)
Parses the input stream and feeds configuration elements to the builder.
|
void parse(PrettyConfigBuilder builder, InputStream resource) throws IOException, SAXException
builder - 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.