public interface SerializableFileFilter extends FileFilter, Serializable, NoLambda
A file filter with full support for serialization.
NoLambda.EqualityBasedOnSerialization| Modifier and Type | Method and Description |
|---|---|
static SerializableFileFilter |
skipFilesNamed(String... names)
Creates a FileFilter which will accept all files except files with the given name(s).
|
acceptstatic SerializableFileFilter skipFilesNamed(String... names)
Creates a FileFilter which will accept all files except files with the given name(s).