|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractConfigurationDocument | |
org.sape.carbon.core.config.node | |
org.sape.carbon.core.config.node.file | |
org.sape.carbon.services.config.classloader | This package contains the classloader based implementation of the Configuration nodes interfaces. |
org.sape.carbon.services.config.jar | This package contains the jar-file based implementation of the Configuration nodes interfaces. |
org.sape.carbon.services.config.jndi | Contains a JNDI-backed implementation of carbon configuration nodes that support the storage of configuration data in directory servers. |
Uses of AbstractConfigurationDocument in org.sape.carbon.core.config.node |
Subclasses of AbstractConfigurationDocument in org.sape.carbon.core.config.node | |
class |
NestedConfigurationDocument
ConfigurationDocument implementation for configurations nested within other ConfigurationDocuments. |
Constructors in org.sape.carbon.core.config.node with parameters of type AbstractConfigurationDocument | |
NestedConfigurationDocument(AbstractConfigurationDocument parent,
String name)
This should only be called by NestedConfigurationDocumentFactory |
Uses of AbstractConfigurationDocument in org.sape.carbon.core.config.node.file |
Subclasses of AbstractConfigurationDocument in org.sape.carbon.core.config.node.file | |
class |
FileConfigurationDocument
A node that represents a physical configuration file within a file system. |
Uses of AbstractConfigurationDocument in org.sape.carbon.services.config.classloader |
Subclasses of AbstractConfigurationDocument in org.sape.carbon.services.config.classloader | |
class |
ClassloaderConfigurationDocument
Implementation of ConfigurationDocument using streams found from a classloader. |
Uses of AbstractConfigurationDocument in org.sape.carbon.services.config.jar |
Subclasses of AbstractConfigurationDocument in org.sape.carbon.services.config.jar | |
class |
JarConfigurationDocument
Implementation of ConfigurationDocument using entries within jar files as the backing datastore. |
Uses of AbstractConfigurationDocument in org.sape.carbon.services.config.jndi |
Subclasses of AbstractConfigurationDocument in org.sape.carbon.services.config.jndi | |
class |
JNDIConfigurationDocument
A node that represents a JNDI context that contains content. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |