|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Configuration | |
| org.objectweb.jonathan.apis.kernel | Provides classes used to configure a virtual machine using Jonathan. |
| org.objectweb.jonathan.libs.helpers | Provides some helper classes. |
| org.objectweb.jonathan.libs.kernel | Provides implementations for kernel entities. |
| Uses of Configuration in org.objectweb.jonathan.apis.kernel |
| Methods in org.objectweb.jonathan.apis.kernel that return Configuration | |
Configuration |
ConfigurationFactory.newConfiguration()
Returns a new Configuration instance. |
Configuration |
ConfigurationFactory.newConfiguration(Context scope)
Returns a new Configuration instance with scope scope. |
| Uses of Configuration in org.objectweb.jonathan.libs.helpers |
| Methods in org.objectweb.jonathan.libs.helpers with parameters of type Configuration | |
static void |
ContextHelpers.importProperties(Configuration _configuration,
Properties _props,
String[] _except,
boolean _force)
|
static void |
ContextHelpers.importXML(Configuration _configuration,
String _xml_file_name,
ConfigurationFactory _configuration_factory,
ClassLoader _loader)
|
static void |
ContextHelpers.importXMLAsNamedElement(String _element_name,
Configuration _configuration,
String _xml_file_name,
ConfigurationFactory _configuration_factory,
ClassLoader _loader)
|
static void |
ContextHelpers.importXMLElements(Enumeration _xml_elements,
Configuration _configuration,
ConfigurationFactory _configuration_factory,
ClassLoader _loader)
|
static void |
ContextHelpers.importXMLElement(org.objectweb.jonathan.tools.nanoxml.XMLElement _xml_element,
Configuration _configuration,
ConfigurationFactory _configuration_factory,
ClassLoader _loader)
|
| Uses of Configuration in org.objectweb.jonathan.libs.kernel |
| Classes in org.objectweb.jonathan.libs.kernel that implement Configuration | |
protected class |
JConfigurationFactory.JConfiguration
|
| Methods in org.objectweb.jonathan.libs.kernel that return Configuration | |
Configuration |
JConfigurationFactory.newConfiguration()
|
Configuration |
JConfigurationFactory.newConfiguration(Context _scope)
|
Configuration |
JConfigurationFactory.newConfiguration(Context scope,
ClassLoader class_loader)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||