|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Folder | |
org.sape.carbon.core.config.node | |
org.sape.carbon.core.config.node.file | |
org.sape.carbon.core.config.node.link | |
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. |
org.sape.carbon.services.deployment |
The DeploymentService is designed to help manage differences
in configurations between application deployments. |
Uses of Folder in org.sape.carbon.core.config.node |
Classes in org.sape.carbon.core.config.node that implement Folder | |
class |
AbstractFolder
This implementation of the Folder interface caches its
children as they are requested. |
Methods in org.sape.carbon.core.config.node that return Folder | |
Folder |
Folder.addSubFolder(String name)
Creates a new child Folder and returns a reference to
the newly created Folder . |
Folder |
AbstractFolder.addSubFolder(String name)
|
protected Folder |
AbstractFolder.createNewFolder(String name)
Uses the subFolderFactory to create a child Folder and
adds it to childNodes |
Uses of Folder in org.sape.carbon.core.config.node.file |
Classes in org.sape.carbon.core.config.node.file that implement Folder | |
class |
FileFolder
A node that represents a physical directory within a file system. |
Uses of Folder in org.sape.carbon.core.config.node.link |
Subinterfaces of Folder in org.sape.carbon.core.config.node.link | |
interface |
FolderLink
This interface is implemented by Node s that are links to
Folder s. |
Classes in org.sape.carbon.core.config.node.link that implement Folder | |
class |
FolderLinkImpl
Implementation of FolderLink . |
Methods in org.sape.carbon.core.config.node.link that return Folder | |
Folder |
FolderLinkImpl.addSubFolder(String name)
|
Constructors in org.sape.carbon.core.config.node.link with parameters of type Folder | |
FolderLinkImpl(ConfigurationDocument linkConfigurationDocument,
Folder targetFolder)
Constructor for FolderLinkImpl. |
Uses of Folder in org.sape.carbon.services.config.classloader |
Classes in org.sape.carbon.services.config.classloader that implement Folder | |
class |
ClassloaderFolder
Implementation of folder node for folders residing in classloader. |
class |
ClassloaderFolderLinkImpl
This implementation overrides the refresh method so that the configSource can be refreshed before the node hierachy is refreshed |
Uses of Folder in org.sape.carbon.services.config.jar |
Classes in org.sape.carbon.services.config.jar that implement Folder | |
class |
JarFolder
Implementation of folder node for folders residing in Jars Copyright 2002 Sapient |
Uses of Folder in org.sape.carbon.services.config.jndi |
Classes in org.sape.carbon.services.config.jndi that implement Folder | |
class |
JNDIFolder
A node that represents a JNDI context that contains other folders or documents. |
Uses of Folder in org.sape.carbon.services.deployment |
Fields in org.sape.carbon.services.deployment declared as Folder | |
protected Folder |
DefaultDeploymentServiceImpl.deploymentsNode
Holds a reference to the Node that contains deployment information. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |