Uses of Class
consciouscode.seedling.NoSuchNodeException

Packages that use NoSuchNodeException
consciouscode.seedling Provides the core classes and interfaces of the Seedling container; see consciouscode.seedling.tree for standard implementations. 
consciouscode.seedling.junit   
consciouscode.seedling.tree Provides standard implementations of the Seedling container interfaces. 
 

Uses of NoSuchNodeException in consciouscode.seedling
 

Methods in consciouscode.seedling that throw NoSuchNodeException
static
<T> T
Nodes.availableChild(BranchNode branch, String name)
           
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.
static void Nodes.installChild(BranchNode branch, String name, Object node)
          Attempts to install a child into a given branch by downcasting it to GrowingBranch.
<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 NoSuchNodeException in consciouscode.seedling.junit
 

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

Uses of NoSuchNodeException in consciouscode.seedling.tree
 

Methods in consciouscode.seedling.tree that throw NoSuchNodeException
 Object GenericBranch.getChild(String nodeName)
          Deprecated. 
 Object EmptyBranch.getChild(String nodeName)
          Deprecated. 
 



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