Class Index | File Index

Classes


Class FSNode

Abstract class for file system nodes
Defined in: filesystem.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
FSNode(fcp)
Construct a file system node
Method Summary
Method Attributes Method Name and Description
 
Gets the file control parameter for this node
 
Gets the parent node for this node
 
isDF()
Returns true if this is a DF
 
setParent(the)
Sets the parent for this node
 
Returns a human readible string
Class Detail
FSNode(fcp)
Construct a file system node
Parameters:
fcp
Method Detail
{FCP} getFCP()
Gets the file control parameter for this node
Returns:
the FCP

{DF} getParent()
Gets the parent node for this node
Returns:
the parent node

{boolean} isDF()
Returns true if this is a DF
Returns:
true if this is a DF

setParent(the)
Sets the parent for this node
Parameters:
{DF} the
parent node

{String} toString()
Returns a human readible string
Returns:
a string

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jun 30 2014 21:39:53 GMT+0200 (CEST)