|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeProvider
Provisions new nodes for branches within a Seedling container.
A single NodeProvider can be shared by many branches.
| Method Summary | |
|---|---|
void |
collectAvailableNodeNames(String branchPath,
Collection<String> names)
Builds a collection of the names of child nodes that are available for provisioning by this NodeProvider. |
Object |
provisionNode(NodeLocation location)
Provisions a child of a given branch. |
| Method Detail |
|---|
Object provisionNode(NodeLocation location)
throws NodeProvisioningException
location - identifies where the node will be located.
null if there's no such node
available.
NodeProvisioningException
void collectAvailableNodeNames(String branchPath,
Collection<String> names)
NodeProvider.
branchPath - indicates the branch for which child names are
collected.names - the collection into which child names will be added by this
method. Must not be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||