Uses of Class
consciouscode.seedling.NodePath

Packages that use NodePath
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   
 

Uses of NodePath in consciouscode.seedling
 

Fields in consciouscode.seedling declared as NodePath
static NodePath NodePath.IDENTITY_PATH
          A partial path that denotes an identity traversal from some unspecified point in the Seedling container to itself.
static NodePath NodePath.ROOT_PATH
          A full path to the local root node.
 

Methods in consciouscode.seedling that return NodePath
 NodePath NodePath.child(String name)
          Builds a path to a child node, extending this path.
static NodePath NodePath.forParts(String... parts)
          Builds an object representation of a path from it's constituent parts: a sequence of node names.
static NodePath NodePath.forPath(String path)
          Builds an object representation of a path from it's canonical text form.
static NodePath NodePath.fromParts(String... parts)
          Deprecated. Renamed to forParts(java.lang.String...).
static NodePath NodePath.fromPath(String path)
          Deprecated. Renamed to forPath(String).
 NodePath NodeProvisioningException.getLocalPath()
           
 NodePath NodeReference.getNodePath()
          Gets the path part of this reference, to be interpreted relative to the base branch.
 NodePath NodePath.parts(String... parts)
          Builds a path to a descendant node, from a sequence of path parts.
 NodePath NodePath.path(NodePath path)
          Builds a path extending this one.
 NodePath NodePath.path(String path)
          Builds a path to a descendant node, parsing the given path into its parts.
 NodePath NodeReference.toLocalPath()
          Returns this node reference as a full local path, valid within the scope of the parent branch.
 

Methods in consciouscode.seedling with parameters of type NodePath
static
<T> T
Nodes.availablePath(BranchNode branch, NodePath path)
           
static NodeReference NodeReference.forPath(BranchNode branch, NodePath path)
          Builds a reference to a node from a base branch and a path relative to it.
static NodeReference NodeReference.fromPath(BranchNode branch, NodePath path)
          Deprecated. Renamed to NodeReference.forPath(BranchNode, NodePath).
static
<T> T
Nodes.installedPath(BranchNode branch, NodePath path)
           
static void Nodes.installPath(BranchNode branch, NodePath nodePath, Object node)
          Installs a node at a given location.
 NodeReference NodeReference.path(NodePath path)
          Builds a reference to a descendant node, extending this with the given path.
 NodePath NodePath.path(NodePath path)
          Builds a path extending this one.
static
<T> T
Nodes.requiredPath(BranchNode branch, NodePath path)
           
 

Uses of NodePath in consciouscode.seedling.config
 

Methods in consciouscode.seedling.config with parameters of type NodePath
protected  ConfigResource StandardConfigLayer.loadConfig(NodePath configPath)
           
 ConfigResource ConfigLoaderSequence.loadConfigResource(ResourceTree resources, NodePath fullPath)
           
 ConfigResource ConfigLoader.loadConfigResource(ResourceTree resources, NodePath fullPath)
          Returns a configuration resource for a specified node, if one exists in the given resource tree.
protected  ConfigResource StandardConfigLayer.loadImplicitBranchConfig(NodePath configPath)
           
 

Uses of NodePath in consciouscode.seedling.config.properties
 

Methods in consciouscode.seedling.config.properties with parameters of type NodePath
 ConfigResource PropertiesConfigLoader.loadConfigResource(ResourceTree resources, NodePath nodeAddress)
           
 

Uses of NodePath in consciouscode.seedling.junit
 

Methods in consciouscode.seedling.junit with parameters of type NodePath
protected  ConfigResource MockConfigLayer.loadConfig(NodePath configPath)
           
protected  ConfigResource MockConfigLayer.loadImplicitBranchConfig(NodePath configPath)
           
 



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