public interface ResettableFileListFilter<F> extends FileListFilter<F>
FileListFilter that can be reset by removing a specific file from its
state.| Modifier and Type | Method and Description |
|---|---|
boolean |
remove(F f)
Remove the specified file from the filter so it will pass on the next attempt.
|
accept, filterFiles, supportsSingleFileFilteringboolean remove(F f)
f - the element to remove.