Interface FileCounter
- All Known Implementing Classes:
DefaultFileCounter
public interface FileCounter
-
Method Summary
Modifier and TypeMethodDescriptionlonggetProcessableFileCount(Path inputFolderPath, Path outputFolderPath) booleanhasAllowedExtensionDifferentFolders(String fileName) booleanhasAllowedExtensionSameFolder(String fileName)
-
Method Details
-
getProcessableFileCount
long getProcessableFileCount(Path inputFolderPath, Path outputFolderPath) throws FileCounterException - Throws:
FileCounterException
-
hasAllowedExtensionSameFolder
-
hasAllowedExtensionDifferentFolders
-