org.objectweb.jonathan.libs.kernel
Class JConfigurationFactory.JConfiguration
java.lang.Object
org.objectweb.jonathan.libs.kernel.JComponent
org.objectweb.jonathan.libs.kernel.JContextFactory.JContext
org.objectweb.jonathan.libs.kernel.TreeContextFactory.TreeContext
org.objectweb.jonathan.libs.kernel.JConfigurationFactory.JConfiguration
- All Implemented Interfaces:
- Component, Context, Forkable
- Enclosing class:
- JConfigurationFactory
- protected class JConfigurationFactory.JConfiguration
- extends TreeContextFactory.TreeContext
Fields inherited from interface org.objectweb.jonathan.apis.kernel.Context |
NO_VALUE |
Methods inherited from class org.objectweb.jonathan.libs.kernel.JContextFactory.JContext |
acquire, addElement, addElement, addElement, addElement, addElement, addElement, addOrGetContext, addOrGetContext, addOrGetLocalContext, finalize, getComponent, getElement, getElement, getElements, getFactoryValue, getIntValue, getIntValue, getScope, getValue, internalFork, newComponent, newComponent, newContextElement, release, setScope |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JConfigurationFactory.JConfiguration
protected JConfigurationFactory.JConfiguration()
JConfigurationFactory.JConfiguration
protected JConfigurationFactory.JConfiguration(Context _scope)
JConfigurationFactory.JConfiguration
protected JConfigurationFactory.JConfiguration(ClassPathFinder _finder)
JConfigurationFactory.JConfiguration
protected JConfigurationFactory.JConfiguration(Context _scope,
ClassPathFinder _finder)
toString
public java.lang.String toString()
- Overrides:
toString
in class TreeContextFactory.TreeContext
reset
public void reset()
- Description copied from class:
JContextFactory.JContext
- needs to be synchronized.
- Specified by:
reset
in interface Context
- Overrides:
reset
in class JContextFactory.JContext
recycle
protected void recycle()
- Overrides:
recycle
in class TreeContextFactory.TreeContext
getElement
protected Element getElement(java.lang.String name,
boolean local)
- Description copied from class:
TreeContextFactory.TreeContext
- Returns the element identified by name, or null if none exists.
- Overrides:
getElement
in class TreeContextFactory.TreeContext
- Returns:
- the element identified by name, or null if none exists.
handleScopeElement
protected Element handleScopeElement(Element element)
- Overrides:
handleScopeElement
in class JContextFactory.JContext