|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--FSNode
Abstract class for file system nodes
Defined in filesystem.js
Field Summary | |
Object |
fcp
|
Object |
parent
|
Constructor Summary | |
FSNode(fcp)
Construct a file system node |
Method Summary | |
FCP
|
getFCP()
Gets the file control parameter for this node |
DF
|
getParent()
Gets the parent node for this node |
boolean
|
isDF()
Returns true if this is a DF |
void
|
setParent(parent)
Sets the parent for this node |
String
|
toString()
Returns a human readible string |
Field Detail |
Object fcp
Object parent
Constructor Detail |
FSNode(fcp)
Method Detail |
FCP getFCP()
DF getParent()
boolean isDF()
void setParent(parent)
the
- parent node
String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |