Package com.diffplug.spotless
Interface SerializableFileFilter
- All Superinterfaces:
FileFilter,NoLambda,Serializable
A file filter with full support for serialization.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.diffplug.spotless.NoLambda
NoLambda.EqualityBasedOnSerialization -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic SerializableFileFilterskipFilesNamed(String... names) Creates a FileFilter which will accept all files except files with the given name(s).Methods inherited from interface java.io.FileFilter
accept
-
Method Details
-
skipFilesNamed
Creates a FileFilter which will accept all files except files with the given name(s).
-