Interface FileSet
- All Known Implementing Classes:
FileSetOverPathBase,FileSetOverPathList,FileSetOverPathMatcher
public interface FileSet
A file set is a set of regular files and directories.
-
Method Summary
-
Method Details
-
getPaths
If false then the file set is a static snapshot, otherwise it reflects the available files.- Throws:
IOException
-
byteSize
Return sum of the file byte sizes.- Throws:
IOException
-
isEmpty
- Throws:
IOException
-
delete
For safety reasons, delete must be implemented.- Throws:
IOException
-