org.objectweb.jonathan.apis.kernel

Interface ConfigurationFactory

All Superinterfaces:
ContextFactory
Known Implementing Classes:
JConfigurationFactory

public interface ConfigurationFactory
extends ContextFactory

Interface for configuration factories. Configurations are essentially contexts providing a class finder implementation as element "/class_path_finder". It can be used either to implement lazy component instanciation, or to find/load classes and resources at runtime.

Method Summary

Context
newContext(ClassPathFinder class_path_finder)
Context
newContext(Context scope, ClassPathFinder class_path_finder)

Methods inherited from interface org.objectweb.jonathan.apis.kernel.ContextFactory

newContext, newContext

Method Details

newContext

public Context newContext(ClassPathFinder class_path_finder)


newContext

public Context newContext(Context scope,
                          ClassPathFinder class_path_finder)