org.apache.torque.generator.configuration.option
Interface OptionsConfiguration

All Known Implementing Classes:
FileOptionsConfiguration, MapOptionsConfiguration, PropertiesOptionConfiguration, XmlOptionConfiguration

public interface OptionsConfiguration

The part of the configuration which provides information to set options.


Method Summary
 Collection<Option> getOptions(ConfigurationProvider configurationProvider)
          Retrieves the configured options and returns them.
 

Method Detail

getOptions

Collection<Option> getOptions(ConfigurationProvider configurationProvider)
                              throws ConfigurationException
Retrieves the configured options and returns them.

Parameters:
configurationProvider - The configuration provider to access the option files.
Returns:
the read options, not null.
Throws:
ConfigurationException - if an error occurs while reading the options.


Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.