Expand description
Contains the FileDirEntry trait that represents file and directory entries in a hierarchical list.
Enums
- Represents the type of entries allowed in the hierarchy for the Composite design pattern example.
Traits
- Represents an entry in a hierarchical list of objects composed of files and directories, where the directories can contain nested files and directories. This is a trait as it is the only way to represent a polymorphic concept like the composite design pattern where all the entries look the same to the rest of the program.