Uses of Class
consciouscode.seedling.NodeProvisioningException

Packages that use NodeProvisioningException
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.seedling.tree Provides standard implementations of the Seedling container interfaces. 
 

Uses of NodeProvisioningException in consciouscode.seedling
 

Subclasses of NodeProvisioningException in consciouscode.seedling
 class ChildExistsException
          Thrown when a node installation fails because the name is already in use.
 class NodeInstantiationException
          Class documentation.
 class NoSuchNodeException
          Indicates that a Seedling node was requested but cannot be provided.
 class ServiceException
          An error that occurred while managing a ServiceNode.
 

Methods in consciouscode.seedling that throw NodeProvisioningException
<T> T
NodeReference.available()
          Gets the referenced node, provisioning and installing it if possible.
static
<T> T
Nodes.availableChild(BranchNode branch, String name)
           
 Object BranchNode.availableChild(String nodeName)
          Gets a child node, provisioning and installing it if possible.
static
<T> T
Nodes.availablePath(BranchNode branch, NodePath path)
           
static
<T> T
Nodes.availablePath(BranchNode branch, String path)
           
 Object BranchNode.getChild(String nodeName)
          Deprecated. Use NodeReference.required() instead.
 Object NodeReference.getNode()
          Deprecated. Use NodeReference.required() instead.
 Object BranchNode.getNode(String path)
          Deprecated. Use NodeReference.required() instead.
static void Nodes.installNode(NodeReference reference, Object node)
          Installs a node at a given reference.
static void Nodes.installPath(BranchNode branch, NodePath nodePath, Object node)
          Installs a node at a given location.
static void Nodes.installPath(BranchNode branch, String path, Object node)
          Installs a node at a given location.
 BranchNode BranchingBranch.provisionChildBranch()
          Provisions a child branch intended for installation as a child of this one.
<T> T
NodeReference.required()
          Gets the referenced node, provisioning and installing it if necessary.
static
<T> T
Nodes.requiredChild(BranchNode branch, String name)
           
static BranchNode Nodes.requiredChildBranch(BranchNode branch, String name)
          Provisions and installs a child branch.
static
<T> T
Nodes.requiredPath(BranchNode branch, NodePath path)
           
static
<T> T
Nodes.requiredPath(BranchNode branch, String path)
           
 

Uses of NodeProvisioningException in consciouscode.seedling.config
 

Subclasses of NodeProvisioningException in consciouscode.seedling.config
 class ConfigurationException
          An error encountered when processing a configuration resource.
 class PropertyEvaluationException
          An error that occurred while evaluating the configuration expression for a property of a Seedling node.
 

Methods in consciouscode.seedling.config that throw NodeProvisioningException
 Object ConfigEvaluator.constructNode(ConstructionContext context)
          Creates a new node, ready for injection and decoration.
 Object ConstructionContext.superConstructNode()
          Asks super-configuration resources to construct the node.
 

Uses of NodeProvisioningException in consciouscode.seedling.config.properties
 

Methods in consciouscode.seedling.config.properties that throw NodeProvisioningException
 Object PropertiesConfigEvaluator.constructNode(ConstructionContext context)
           
 

Uses of NodeProvisioningException in consciouscode.seedling.junit
 

Methods in consciouscode.seedling.junit that throw NodeProvisioningException
 Object SeedlingTestCase.globalRequiredPath(String globalPath)
           
 

Uses of NodeProvisioningException in consciouscode.seedling.tree
 

Methods in consciouscode.seedling.tree that throw NodeProvisioningException
 Object GenericBranch.availableChild(String nodeName)
           
protected  GenericBranch GenericBranch.constructChildBranch()
          Strategy method called by GenericBranch.provisionChildBranch() to do initial construction of child branches.
 Object GenericBranch.getChild(String nodeName)
          Deprecated. 
 Object GenericBranch.getNode(String path)
          Deprecated. 
 Object EmptyBranch.getNode(String path)
          Deprecated. 
protected  Object StandardBranch.provisionChild(String nodeName)
           
protected  Object GenericBranch.provisionChild(String nodeName)
          Attempts to provision a child node, where one doesn't currently exist.
 BranchNode GenericBranch.provisionChildBranch()
          Provisions a child branch intended for installation as a child of this one.
 Object NodeProvider.provisionNode(NodeLocation location)
          Provisions a child of a given branch.
 void StandardRoot.startService()
          Start the entire Seedling by loading the startup node.
 

Constructors in consciouscode.seedling.tree that throw NodeProvisioningException
StandardRoot(NodeProvider nodeProvider, boolean debug)
          Creates a new Seedling root, potentially logging debug messages.
 



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