|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.continuent.tungsten.common.cluster.resource.Resource
com.continuent.tungsten.common.directory.ResourceTree
public class ResourceTree
| Field Summary | |
|---|---|
protected ResourceNode |
rootNode
|
| Fields inherited from class com.continuent.tungsten.common.cluster.resource.Resource |
|---|
childType, compositeMember, description, isContainer, isExecutable, name, type |
| Constructor Summary | |
|---|---|
ResourceTree()
Default constructor. |
|
| Method Summary | |
|---|---|
ResourceNode |
getRootNode()
Return the root Node of the tree. |
void |
setRootNode(ResourceNode rootNode)
Set the root Element for the tree. |
java.util.Map<java.lang.String,ResourceNode> |
toMap()
|
java.lang.String |
toString()
Return a representation of this tree in string form. |
| Methods inherited from class com.continuent.tungsten.common.cluster.resource.Resource |
|---|
copyTo, describe, getChildType, getCompositeMember, getKey, getName, getType, isContainer, isExecutable, setChildType, setCompositeMember, setContainer, setExecutable, setName, setType, toJSON, toProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ResourceNode rootNode
| Constructor Detail |
|---|
public ResourceTree()
| Method Detail |
|---|
public ResourceNode getRootNode()
public void setRootNode(ResourceNode rootNode)
rootNode - the root element to set.public java.util.Map<java.lang.String,ResourceNode> toMap()
public java.lang.String toString()
toString in class Resource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||