Interface FilesystemTracker

All Known Implementing Classes:
AbstractFilesystemTracker, StripingFilesystemTracker

public interface FilesystemTracker
A filesystem walker walks a filesystem, returning directories and files as it goes.
Since:
4.0
  • Method Details

    • count

      int count()
      An estimate of the number of directories and files in the filesystem.
      Returns:
      int
    • itemImported

      void itemImported(NodeRef nodeRef, ImportableItem importableItem)
      A callback to indicate that the item has been imported into the repository.
      Parameters:
      nodeRef - NodeRef
      importableItem - ImportableItem
    • getWorkProvider