|
|||||||||
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.RemoteFileNode
public class RemoteFileNode
The node representing a file at a remote location.
Constructor Summary | |
---|---|
RemoteFileNode(StorageOrFileNode parent,
GridFile file)
|
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. |
GridFile |
getFile()
|
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 RemoteFileNode(StorageOrFileNode parent, GridFile file)
Method Detail |
---|
public int getChildCount()
Node
getChildCount
in interface Node
public Node getChild(int i)
Node
getChild
in interface Node
i
- The index of the child to get
public boolean isLeaf()
Node
isLeaf
in interface Node
true
if the node if a leaf, false
otherwise.public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public StorageClient getStorage()
StorageOrFileNode
getStorage
in interface StorageOrFileNode
public GridFile getFile()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |