|
|||||||||
| Home >> All >> org >> jdbf >> engine >> [ configuration overview ] | PREV NEXT | ||||||||
Uses of Interface
org.jdbf.engine.configuration.Configuration
| Uses of Configuration in org.jdbf.engine.configuration |
| Classes in org.jdbf.engine.configuration that implement Configuration | |
class |
AbstractConfiguration
AbstractConfiguration is a abstract configuration that represents
a node in a XML file. |
class |
ConfigurationImpl
|
| Methods in org.jdbf.engine.configuration that return Configuration | |
Configuration |
ConfigurationImpl.getConfiguration(java.lang.String name)
Return the first subnode for the given name |
Configuration |
ConfigurationImpl.getConfiguration(java.lang.String name,
java.lang.String defaultValue)
Return the first subnode for the given name |
static Configuration |
ConfigurationBuilder.build(java.io.InputStream is)
Return the parsed configuration tree. |
static Configuration |
ConfigurationBuilder.build(java.lang.String fileName)
Return the parsed configuration tree. |
Configuration |
Configuration.getConfiguration(java.lang.String name)
Return child node of this configuration with the given name |
Configuration |
Configuration.getConfiguration(java.lang.String name,
java.lang.String defaultValue)
Return child node of this configuration with the given name |
abstract Configuration |
AbstractConfiguration.getConfiguration(java.lang.String name)
Return a configuration specified in name |
| Methods in org.jdbf.engine.configuration with parameters of type Configuration | |
void |
ConfigurationImpl.addConfiguration(Configuration config)
Add a configuration subnode |
|
|||||||||
| Home >> All >> org >> jdbf >> engine >> [ configuration overview ] | PREV NEXT | ||||||||