Interface SerializableFileFilter

    • Method Detail

      • skipFilesNamed

        static SerializableFileFilter skipFilesNamed​(String... names)
        Creates a FileFilter which will accept all files except files with the given name(s).