Class DF

Object
   |
   +--FSNode
         |
         +--DF

class DF
extends FSNode


Class implementing dedicated files
Defined in filesystem.js


Field Summary
 Object aidmap
          
 Object childs
          
 Object fidmap
          
 Object meta
          
 Object sfimap
          
   
Fields inherited from class FSNode
parent, fcp
 
Constructor Summary
DF(fcp)
            Creates a Dedicated File (DF)
 
Method Summary
 void add(<FSNode> node)
           Adds a new child node to the DF
 void addMeta(<String> name, <Object> value)
           Add meta information to DF
 void addObject(<Object> o)
           Add object to DF
 String dump(<String> indent)
           Dump the file system system recursively starting this this node
 FSNode selectByAID(aid)
           Select a DF contained in the DF using the application identifier
 FSNode selectByFID(fid)
           Select a file contained in the DF using the file identifier
 FSNode selectBySFI(sfi)
           Select a file contained in the DF using the short file identifier
 
Methods inherited from class FSNode
setParent, getParent, getFCP, isDF, toString
 

Field Detail

aidmap

Object aidmap

childs

Object childs

fidmap

Object fidmap

meta

Object meta

sfimap

Object sfimap

Constructor Detail

DF

DF(fcp)

Method Detail

add

void add(<FSNode> node)

addMeta

void addMeta(<String> name, <Object> value)

addObject

void addObject(<Object> o)

dump

String dump(<String> indent)

selectByAID

FSNode selectByAID(aid)

selectByFID

FSNode selectByFID(fid)

selectBySFI

FSNode selectBySFI(sfi)


Documentation generated by JSDoc on Tue Sep 3 22:29:41 2013