|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonathan.libs.kernel.JContextFactory
org.objectweb.jonathan.libs.kernel.TreeContextFactory
org.objectweb.jonathan.libs.kernel.JConfigurationFactory
Configuration Factory used by KKernel
.
Nested Class Summary | |
protected class |
JConfigurationFactory.JConfiguration
|
Nested classes inherited from class org.objectweb.jonathan.libs.kernel.TreeContextFactory |
TreeContextFactory.TreeContext |
Nested classes inherited from class org.objectweb.jonathan.libs.kernel.JContextFactory |
JContextFactory.ContextElement, JContextFactory.JContext |
Field Summary | |
static JConfigurationFactory |
instance
|
Fields inherited from class org.objectweb.jonathan.libs.kernel.TreeContextFactory |
check_types |
Constructor Summary | |
JConfigurationFactory()
|
Method Summary | |
Context |
newContext()
Returns a new Context instance. |
Context |
newContext(ClassPathFinder class_finder)
|
Context |
newContext(Context _scope)
Returns a new Context instance with scope scope . |
Context |
newContext(Context scope,
ClassPathFinder class_finder)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final JConfigurationFactory instance
Constructor Detail |
public JConfigurationFactory()
Method Detail |
public Context newContext()
ContextFactory
Context
instance.
newContext
in interface ContextFactory
newContext
in class TreeContextFactory
TreeContextFactory.TreeContext
instance.public Context newContext(Context _scope)
ContextFactory
Context
instance with scope scope
.
newContext
in interface ContextFactory
newContext
in class TreeContextFactory
TreeContext
instance.public Context newContext(ClassPathFinder class_finder)
newContext
in interface ConfigurationFactory
public Context newContext(Context scope, ClassPathFinder class_finder)
newContext
in interface ConfigurationFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |