FswDirectory Class Reference

Representation of a FSW directory. More...

List of all members.

Public Member Functions

def __init__
 \ Constructor
def addItem
 Add a file to this representation.
def files
 return a list of all files in this directory rep
def id
 retrieve file ID
def setId
 set the ID for this directory
def dump
 dump a directory to a file descriptor


Detailed Description

Representation of a FSW directory.

Definition at line 845 of file FILE.py.


Member Function Documentation

def __init__   self,
  dirID
 

\ Constructor

Parameters:
dirID A FswFileID object

Definition at line 847 of file FILE.py.

def addItem   self,
  f
 

Add a file to this representation.

Parameters:
f An FswDirectoryItem

Definition at line 855 of file FILE.py.

def dump   self,
  stream
 

dump a directory to a file descriptor

Parameters:
stream Any file descriptor (ie. sys.stdout)

Definition at line 882 of file FILE.py.

def files   self  ) 
 

return a list of all files in this directory rep

Definition at line 863 of file FILE.py.

def id   self  ) 
 

retrieve file ID

Returns:
a FswFileID object

Definition at line 868 of file FILE.py.

def setId   self,
  id
 

set the ID for this directory

Parameters:
id A FswFileID object

Definition at line 875 of file FILE.py.


The documentation for this class was generated from the following file:
Generated on Thu Apr 27 20:53:04 2006 for LICOS L02-01-00 by doxygen 1.4.6-NO