Interface FileCollector

All Known Implementing Classes:
ExternalSPSFilePathCollector

@Private @Evolving public interface FileCollector
An interface for scanning the directory recursively and collect files under the given directory.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method can be used to scan and collects the files under that directory and adds to the given BlockStorageMovementNeeded.
  • Method Details