BeanIO 1.2.3

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

Method Summary
 Collection<StreamDefinition> loadDefinitions(InputStream in)
          Loads a stream mapping configuration from an input stream.
 

Method Detail

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

BeanIO 1.2.3

Copyright © 2010-2012 Kevin Seim