Class FileSystemFileSetManager

Object
FileSystemFileSetManager
All Implemented Interfaces:
FileSetManager

public class FileSystemFileSetManager extends Object implements FileSetManager
  • Constructor Details

    • FileSystemFileSetManager

      public FileSystemFileSetManager()
  • Method Details

    • addFile

      public void addFile(String filePath)
      Description copied from interface: FileSetManager
      Add a file to the file set manager
      Specified by:
      addFile in interface FileSetManager
    • list

      public List<String> list()
      Description copied from interface: FileSetManager
      Return the list of all the files currently added to the manager
      Specified by:
      list in interface FileSetManager
    • removeFile

      public void removeFile(String filePath)
      Description copied from interface: FileSetManager
      Remove a file from the manager (An implementation may also physically remove the file)
      Specified by:
      removeFile in interface FileSetManager
    • purge

      public void purge()
      Description copied from interface: FileSetManager
      Remove all the files from the manager (An implementation may also physically remove all the files)
      Specified by:
      purge in interface FileSetManager