public class ConfigFilesParserImpl extends Object implements ConfigFilesParser, GlobalConstants
A ConfigFilesParser implementation.
UTF_8, UTF_8_CHARSET| Constructor and Description |
|---|
ConfigFilesParserImpl()
Creates a parser.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigFiles |
parseConfigFiles(DataSource source,
Context context)
Parses the configuration files from the specified source.
|
public ConfigFiles parseConfigFiles(DataSource source, Context context) throws IOException, ParseException
ConfigFilesParserParses the configuration files from the specified source.
parseConfigFiles in interface ConfigFilesParsersource - The source.context - The context.IOException - If an I/O error occurs.ParseException - If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.