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

    Modifier and Type
    Method
    Description
    default long
    Return sum of the file byte sizes.
    default void
    For safety reasons, delete must be implemented.
    If false then the file set is a static snapshot, otherwise it reflects the available files.
    default boolean
     
  • Method Details