Class | Description |
---|---|
DirectoryList |
Has information about files and folders at some directory
|
DirectoryListCache |
Stores a list of files and subfolders per each folder
|
DirectoryListCache.Invalidator |
Subscribes to watchman event and invalidates internal state of a provided
DirectoryListCache |
DirectoryListComputation |
Produce a list of files and directories in provided folder
|
DirectoryListKey |
Transformation key that has info about directory listing computation
|
FileTree |
Has information about files and folders at some directory
|
FileTreeCache |
Stores a recursive file tree
|
FileTreeCache.Invalidator |
Subscribes to watchman event and invalidates internal state of a provided
FileTreeCache |
FileTreeComputation |
Produce a file tree of a provided folder, i.e.
|
FileTreeFileNameIterator |
Iterator which recursively traverses
FileTree searching for specific file name Returns
relative Path of that file including file name itself This type of iterator is useful for finding
all build files under some path |
FileTreeKey |
Transformation key that has info about recursive directory tree computation
|