public interface ConfigurationLoader
Implementations must be thread safe.
Modifier and Type | Method and Description |
---|---|
Collection<BeanIOConfig> |
loadConfiguration(InputStream in,
Properties properties)
Loads a BeanIO configuration from an input stream.
|
Collection<BeanIOConfig> loadConfiguration(InputStream in, Properties properties) throws IOException, BeanIOConfigurationException
in
- the input stream to read the configuration fromproperties
- the Properties
for expansion in the mapping fileIOException
- if an I/O error occursBeanIOConfigurationException
- if the configuration is invalid or malformed