Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.objectweb.jonathan.libs.kernel.JContextFactory
org.objectweb.jonathan.libs.kernel.TreeContextFactory
org.objectweb.jonathan.libs.kernel.JConfigurationFactory
KKernel
.
Nested Class Summary | |
protected class |
Nested classes/interfaces inherited from class org.objectweb.jonathan.libs.kernel.TreeContextFactory | |
TreeContextFactory.TreeContext |
Nested classes/interfaces inherited from class org.objectweb.jonathan.libs.kernel.JContextFactory | |
JContextFactory.ContextElement , JContextFactory.JContext |
Field Summary | |
static JConfigurationFactory |
Fields inherited from class org.objectweb.jonathan.libs.kernel.TreeContextFactory | |
check_types , instance |
Fields inherited from class org.objectweb.jonathan.libs.kernel.JContextFactory | |
check_types , instance |
Method Summary | |
Context |
|
Context |
|
Context |
|
Context |
|
Methods inherited from class org.objectweb.jonathan.libs.kernel.TreeContextFactory | |
newContext , newContext |
Methods inherited from class org.objectweb.jonathan.libs.kernel.JContextFactory | |
newContext , newContext |
public Context newContext()
Returns a newTreeContext
instance.
- Specified by:
- newContext in interface ContextFactory
- Overrides:
- newContext in interface TreeContextFactory
- Returns:
- a new
TreeContextFactory.TreeContext
instance.
public Context newContext(ClassPathFinder class_finder)
- Specified by:
- newContext in interface ConfigurationFactory
public Context newContext(Context _scope)
Returns a newTreeContext
instance with scopescope
._scope
must have been acquired by the caller first, if it is to be shared.
- Specified by:
- newContext in interface ContextFactory
- Overrides:
- newContext in interface TreeContextFactory
- Parameters:
- Returns:
- a new
TreeContext
instance.
public Context newContext(Context scope, ClassPathFinder class_finder)
- Specified by:
- newContext in interface ConfigurationFactory