Package org.sape.carbon.services.config.classloader

This package contains the classloader based implementation of the Configuration nodes interfaces.

See:
          Description

Interface Summary
ClassloaderLinkNodeConfiguration Configuration interface for LinkNodes that link to ClassLoader Node hierarchies.
 

Class Summary
AbstractClassloaderConfigurationDocumentFactory Base class for factories that construct ClassloaderConfigurationDocuments.
ClassloaderConfigurationDocument Implementation of ConfigurationDocument using streams found from a classloader.
ClassloaderConfigurationDocumentFactory Factory for creating configuration documents Copyright 2003 Sapient
ClassloaderDocumentLinkImpl This implementation overrides the refresh method so that the configSource can be refreshed before the node hierachy is refreshed
ClassloaderFolder Implementation of folder node for folders residing in classloader.
ClassloaderFolderFactory Factory for creating folder nodes Copyright 2003 Sapient
ClassloaderFolderLinkImpl This implementation overrides the refresh method so that the configSource can be refreshed before the node hierachy is refreshed
ClassloaderLinkNodeConfigurationDocumentFactory Factory for creating config doc nodes that contain link node configurations Copyright 2003 Sapient
ClassloaderLinkNodeFactory Factory that creates links to ClassLoader based configuration node hierarchies.
ConfigurationSource This class encapsulates the backing data store for classloader based nodes.
 

Package org.sape.carbon.services.config.classloader Description

This package contains the classloader based implementation of the Configuration nodes interfaces. These interfaces provide a tree-like view into configuration documents stored in a hierarchical directory structure within the classloader. This package supports both the reading from classloader resources and writing to in-memory configuration objects.



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.