org.specrunner.configuration
Interface IConfigurationFactory

All Known Implementing Classes:
ConfigurationFactoryImpl

public interface IConfigurationFactory

Creates a basic configuration. Can be implemented to provide configuration filled with preset default values, i.e. a configuration for web applications can disable image copying to speed up execution time.

Author:
Thiago Santos

Method Summary
 IConfiguration newConfiguration()
          Creates a new configuration.
 

Method Detail

newConfiguration

IConfiguration newConfiguration()
Creates a new configuration.

Returns:
A new configuration.


Copyright © 2014. All rights reserved.