Class FileSetOverPathList

java.lang.Object
org.aksw.jenax.dataaccess.sparql.creator.FileSetOverPathList
All Implemented Interfaces:
FileSet

public class FileSetOverPathList extends Object implements FileSet
  • Field Details

  • Constructor Details

    • FileSetOverPathList

      public FileSetOverPathList(List<Path> paths)
  • Method Details

    • getPaths

      public List<Path> getPaths()
      Description copied from interface: FileSet
      If false then the file set is a static snapshot, otherwise it reflects the available files.
      Specified by:
      getPaths in interface FileSet
    • delete

      public void delete() throws IOException
      Description copied from interface: FileSet
      For safety reasons, delete must be implemented.
      Specified by:
      delete in interface FileSet
      Throws:
      IOException