org.objectweb.jonathan.apis.kernel
Interface ConfigurationFactory
- All Superinterfaces:
- ContextFactory
- All 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.
newContext
public Context newContext(ClassPathFinder class_path_finder)
newContext
public Context newContext(Context scope,
ClassPathFinder class_path_finder)