|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
Nodes.availableChild(BranchNode branch,
String name)
|
|
static
|
Nodes.availablePath(BranchNode branch,
NodePath path)
|
|
static
|
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 . |
|
|
NodeReference.required()
Gets the referenced node, provisioning and installing it if necessary. |
|
static
|
Nodes.requiredChild(BranchNode branch,
String name)
|
|
static BranchNode |
Nodes.requiredChildBranch(BranchNode branch,
String name)
Provisions and installs a child branch. |
|
static
|
Nodes.requiredPath(BranchNode branch,
NodePath path)
|
|
static
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |