org.objectweb.jonathan.apis.kernel
Interface ConfigurationFactory

All Known Implementing Classes:
JConfigurationFactory

public interface ConfigurationFactory

Interface for configuration factories.


Method Summary
 Configuration newConfiguration()
          Returns a new Configuration instance.
 Configuration newConfiguration(Context scope)
          Returns a new Configuration instance with scope scope.
 

Method Detail

newConfiguration

public Configuration newConfiguration()
Returns a new Configuration instance.
Returns:
a new Configuration instance.

newConfiguration

public Configuration newConfiguration(Context scope)
Returns a new Configuration instance with scope scope.
Parameters:
scope - the scope of the returned configuration instance;
Returns:
a new Configuration instance.