public final class FileResumeSet extends Object
Constructor and Description |
---|
FileResumeSet(File[] inputFiles) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasResumables()
Whether there are resumable files to process
|
File[] |
resumedFiles()
Gets the files that should be resumed
|
void |
resumeEach(Predicate<File> resumableCheck)
Iterates over the set of input files checking if they should be resumed or not
|
public FileResumeSet(File[] inputFiles)
public void resumeEach(Predicate<File> resumableCheck)
resumableCheck
- a checker method that returns true if the file should be resumed or false otherwisepublic File[] resumedFiles()
public boolean hasResumables()
Apache Camel