public class JConfigurationFactory extends TreeContextFactory implements ConfigurationFactory
KKernel
.Modifier and Type | Class and Description |
---|---|
protected class |
JConfigurationFactory.JConfiguration |
TreeContextFactory.TreeContext
JContextFactory.ContextElement, JContextFactory.JContext
Modifier and Type | Field and Description |
---|---|
static JConfigurationFactory |
instance |
check_types
Constructor and Description |
---|
JConfigurationFactory() |
Modifier and Type | Method and Description |
---|---|
Context |
newContext()
Returns a new
TreeContext
instance. |
Context |
newContext(ClassPathFinder class_finder) |
Context |
newContext(Context _scope)
Returns a new
TreeContext
instance with scope
scope . |
Context |
newContext(Context scope,
ClassPathFinder class_finder) |
public static final JConfigurationFactory instance
public Context newContext()
TreeContextFactory
TreeContext
instance.newContext
in interface ContextFactory
newContext
in class TreeContextFactory
TreeContextFactory.TreeContext
instance.public Context newContext(Context _scope)
TreeContextFactory
TreeContext
instance with scope
scope
.
_scope
must have been acquired by the caller first, if it is
to be shared.
newContext
in interface ContextFactory
newContext
in class TreeContextFactory
_scope
- the scope of the returned context instance;TreeContext
instance.public Context newContext(ClassPathFinder class_finder)
newContext
in interface ConfigurationFactory
public Context newContext(Context scope, ClassPathFinder class_finder)
newContext
in interface ConfigurationFactory