Uses of Interface
consciouscode.util.resource.ResourceTree

Packages that use ResourceTree
consciouscode.seedling Provides the core classes and interfaces of the Seedling container; see consciouscode.seedling.tree for standard implementations. 
consciouscode.seedling.config Implements the standard configuration-driven node provisioning, the central class being ConfigBasedNodeProvider
consciouscode.seedling.config.properties   
consciouscode.seedling.junit   
consciouscode.util.resource A small framework for accessing file-like resources, independent of how those resources are stored. 
 

Uses of ResourceTree in consciouscode.seedling
 

Methods in consciouscode.seedling that return ResourceTree
 ResourceTree Seedling.getUrlResources()
          Gets the ResourceTree that will be used to handle seedling: URLs (if Seedling.isHandlingSeedlingUrls()).
 

Constructors in consciouscode.seedling with parameters of type ResourceTree
Seedling(RootNode root, ResourceTree seedlingUrlResources)
           
 

Uses of ResourceTree in consciouscode.seedling.config
 

Methods in consciouscode.seedling.config that return ResourceTree
 ResourceTree StandardConfigLayer.getResourceTree()
           
 

Methods in consciouscode.seedling.config with parameters of type ResourceTree
 ConfigResource ConfigLoaderSequence.loadConfigResource(ResourceTree resources, NodePath fullPath)
           
 ConfigResource ConfigLoader.loadConfigResource(ResourceTree resources, NodePath fullPath)
          Returns a configuration resource for a specified node, if one exists in the given resource tree.
 

Constructors in consciouscode.seedling.config with parameters of type ResourceTree
StandardConfigLayer(ResourceTree resources, ConfigLoader loader)
           
 

Uses of ResourceTree in consciouscode.seedling.config.properties
 

Methods in consciouscode.seedling.config.properties with parameters of type ResourceTree
 ConfigResource PropertiesConfigLoader.loadConfigResource(ResourceTree resources, NodePath nodeAddress)
           
 

Uses of ResourceTree in consciouscode.seedling.junit
 

Constructors in consciouscode.seedling.junit with parameters of type ResourceTree
MockConfigTree(PropertiesConfigEvaluator defaultEvaluator, ConfigLoader loader, ResourceTree configTree)
           
 

Uses of ResourceTree in consciouscode.util.resource
 

Classes in consciouscode.util.resource that implement ResourceTree
 class ClassLoaderResourceTree
          Deprecated. This class is deprecated because it cannot support all features of ResourceTree interface. Specifically, one cannot enumerate resources within a ClassLoader, or identify directories.
 class FileResourceTree
          A ResourceTree that reads resources directly from the file system.
 class ZipResourceTree
          A ResourceTree that reads resources from a ZIP archive.
 

Methods in consciouscode.util.resource that return ResourceTree
 ResourceTree Resource.getResourceTree()
          Gets the ResourceTree that contains this resource.
 



Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.