|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.intel.gpe.gridbeans.plugins.controls.remotefs.StorageNode
public class StorageNode
The node representing a remote storage.
| Constructor Summary | |
|---|---|
StorageNode(TargetSystemNode parent,
StorageClient storage)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
Node |
getChild(int i)
Get the child specified with the index. |
int |
getChildCount()
Get the number of children nodes. |
StorageClient |
getStorage()
Get the storage client associated either with the storage node or the file location. |
boolean |
isLeaf()
Check if the node is a leaf. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StorageNode(TargetSystemNode parent,
StorageClient storage)
| Method Detail |
|---|
public int getChildCount()
Node
getChildCount in interface Nodepublic Node getChild(int i)
Node
getChild in interface Nodei - The index of the child to get
public StorageClient getStorage()
StorageOrFileNode
getStorage in interface StorageOrFileNodepublic boolean isLeaf()
Node
isLeaf in interface Nodetrue if the node if a leaf, false otherwise.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||