Interface FileStoreFilter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean accept​(FileStore fileStore, java.lang.String fileName)
      Returns whether or not this filter accepts the file name under a specified FileStore.
    • Method Detail

      • accept

        boolean accept​(FileStore fileStore,
                       java.lang.String fileName)
        Returns whether or not this filter accepts the file name under a specified FileStore.
        Parameters:
        fileStore - the FileStore containing the named file path.
        fileName - the named file path in question.
        Returns:
        true if the file name should be accepted; false otherwise.