Uses of Class
org.sape.carbon.core.config.node.AbstractFolder

Packages that use AbstractFolder
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 AbstractFolder in org.sape.carbon.core.config.node.file
 

Subclasses of AbstractFolder in org.sape.carbon.core.config.node.file
 class FileFolder
          A node that represents a physical directory within a file system.
 

Uses of AbstractFolder in org.sape.carbon.services.config.classloader
 

Subclasses of AbstractFolder in org.sape.carbon.services.config.classloader
 class ClassloaderFolder
          Implementation of folder node for folders residing in classloader.
 

Uses of AbstractFolder in org.sape.carbon.services.config.jar
 

Subclasses of AbstractFolder in org.sape.carbon.services.config.jar
 class JarFolder
          Implementation of folder node for folders residing in Jars Copyright 2002 Sapient
 

Uses of AbstractFolder in org.sape.carbon.services.config.jndi
 

Subclasses of AbstractFolder in org.sape.carbon.services.config.jndi
 class JNDIFolder
          A node that represents a JNDI context that contains other folders or documents.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.