org.beanio.parser
Interface ConfigurationFactory
- All Known Implementing Classes:
- DefaultConfigurationFactory
public interface ConfigurationFactory
A ConfigurationFactory is used by the DefaultStreamFactory
to load stream definitions.
- Since:
- 1.0
- Author:
- Kevin Seim
loadDefinitions
Collection<StreamDefinition> loadDefinitions(InputStream in)
throws IOException,
BeanIOConfigurationException
- Loads a stream mapping configuration from an input stream.
- Parameters:
in
- the input stream to read
- Returns:
- the collection of stream definitions loaded from the input stream
- Throws:
IOException
- if an I/O error occurs
BeanIOConfigurationException
- if the configuration is invalid
Copyright © 2010-2012 Kevin Seim