|
BeanIO 2.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConfigurationLoader
A ConfigurationLoader is used to load BeanIO mapping configurations from an input stream.
Implementations must be thread safe.
| Method Summary | |
|---|---|
Collection<BeanIOConfig> |
loadConfiguration(InputStream in,
Properties properties)
Loads a BeanIO configuration from an input stream. |
| Method Detail |
|---|
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 file
IOException - if an I/O error occurs
BeanIOConfigurationException - if the configuration is invalid or malformed
|
BeanIO 2.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||