MCPcopy Create free account
hub / github.com/davidgiven/luje / accept

Method accept

lib/java/io/FileFilter.java:36–36  ·  view source on GitHub ↗

Indicating whether a specific file should be included in a pathname list. @param pathname the abstract file to check. @return true if the file should be included, false otherwise.

(File pathname)

Source from the content-addressed store, hash-verified

34 * otherwise.
35 */
36 public abstract boolean accept(File pathname);
37}

Callers 2

listFilesMethod · 0.65
listMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected