Uses of Interface
consciouscode.util.resource.Resource

Packages that use Resource
consciouscode.seedling.config Implements the standard configuration-driven node provisioning, the central class being ConfigBasedNodeProvider
consciouscode.seedling.config.properties   
consciouscode.util.resource A small framework for accessing file-like resources, independent of how those resources are stored. 
 

Uses of Resource in consciouscode.seedling.config
 

Methods in consciouscode.seedling.config that return Resource
 Resource ImplicitBranchConfigResource.getResource()
           
 Resource ConfigResource.getResource()
          Gets the underlying resource from which this configuration is loaded.
 

Constructors in consciouscode.seedling.config with parameters of type Resource
ImplicitBranchConfigResource(Resource resource)
           
 

Uses of Resource in consciouscode.seedling.config.properties
 

Methods in consciouscode.seedling.config.properties that return Resource
 Resource PropertiesConfigResource.getResource()
           
 

Uses of Resource in consciouscode.util.resource
 

Methods in consciouscode.util.resource that return Resource
 Resource ZipResourceTree.getResource(String path)
           
 Resource ResourceTree.getResource(String path)
          Returns information about a resource file.
 Resource FileResourceTree.getResource(String path)
           
 Resource ClassLoaderResourceTree.getResource(String path)
          Deprecated.  
 

Methods in consciouscode.util.resource that return types with arguments of type Resource
 Iterator<Resource> Resource.childResources()
           
 



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