Interface FileCounter

All Known Implementing Classes:
DefaultFileCounter

public interface FileCounter
  • Method Details

    • getProcessableFileCount

      long getProcessableFileCount(Path inputFolderPath, Path outputFolderPath) throws FileCounterException
      Throws:
      FileCounterException
    • hasAllowedExtensionSameFolder

      boolean hasAllowedExtensionSameFolder(String fileName)
    • hasAllowedExtensionDifferentFolders

      boolean hasAllowedExtensionDifferentFolders(String fileName)