Interface FileCounter
-
- All Known Implementing Classes:
DefaultFileCounter
public interface FileCounter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetProcessableFileCount(Path inputFolderPath)booleanhasAllowedExtension(String fileName)
-
-
-
Method Detail
-
getProcessableFileCount
long getProcessableFileCount(Path inputFolderPath) throws FileCounterException
- Throws:
FileCounterException
-
hasAllowedExtension
boolean hasAllowedExtension(String fileName)
-
-