|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.srb.SRBNode
public abstract class SRBNode
Remote file node based on a JARGON GeneralFile.
Constructor Summary | |
---|---|
SRBNode(edu.sdsc.grid.io.srb.SRBFile srbFile,
edu.sdsc.grid.io.srb.SRBFile srbRoot)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(Object other)
|
edu.sdsc.grid.io.srb.SRBFile |
getFile()
|
String |
getName()
Returns the name of this node. |
Branch |
getParent()
Returns the parent branch of this node. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SRBNode(edu.sdsc.grid.io.srb.SRBFile srbFile, edu.sdsc.grid.io.srb.SRBFile srbRoot)
srbFile
- the SRB file object this node is based onsrbRoot
- the root of the filesystem in which this file livesMethod Detail |
---|
public String getName()
Node
getName
in interface Node
public Branch getParent()
Node
getParent
in interface Node
public edu.sdsc.grid.io.srb.SRBFile getFile()
public boolean equals(Object other)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |