consciouscode.seedling.config
Interface ConfigTree

All Known Implementing Classes:
LayeredConfigTree, MockConfigTree

public interface ConfigTree

Provides access to configuration data for a Seedling.


Method Summary
 void collectNodeNames(String branchPath, Collection<String> names)
           
 NodeConfiguration getNodeConfiguration(NodeReference nodeRef)
          Returns the configuration of a specific node.
 

Method Detail

collectNodeNames

void collectNodeNames(String branchPath,
                      Collection<String> names)

getNodeConfiguration

NodeConfiguration getNodeConfiguration(NodeReference nodeRef)
                                       throws ConfigurationException
Returns the configuration of a specific node.

Parameters:
nodeRef - identifies the desired node.
Returns:
null if no configuration exists for the node.
Throws:
ConfigurationException - if any problems are encountered.


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