Class: Directory
- Inherits:
-
Object
- Object
- Directory
- Includes:
- FileSystemEntity
- Defined in:
- lib/exegesis/directory.rb
Overview
class Directory
HAS_MANY SourceFiles
HAS_MANY Directories (Children)
HAS_A Directory (Parent)
Responsibilities:
Finds all the files and directories at a given level of the project
structure, allows for recursive informing of children -- ideally in
parallel.
Collaborators:
SourceFile
Directory