Expand description
Partitions a list of files into disjoint subsets.
Files which do not belong to any explicitly configured FileSet
belong to
the default FileSet
.
Structs§
- FileSet
- A set of
VfsPath
s identified byFileId
s. - File
SetConfig - This contains path prefixes to partition a
Vfs
intoFileSet
s. - File
SetConfig Builder - Builder for
FileSetConfig
.