public class ExcludeGitDirectoryFileFilter
extends java.lang.Object
implements java.io.FileFilter, org.apache.commons.io.filefilter.IOFileFilter
| Constructor and Description |
|---|
ExcludeGitDirectoryFileFilter(java.nio.file.Path root) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.io.File pathname) |
boolean |
accept(java.io.File file,
java.lang.String string) |
public ExcludeGitDirectoryFileFilter(java.nio.file.Path root)
public boolean accept(java.io.File pathname)
accept in interface java.io.FileFilteraccept in interface org.apache.commons.io.filefilter.IOFileFilterpublic boolean accept(java.io.File file,
java.lang.String string)
accept in interface java.io.FilenameFilteraccept in interface org.apache.commons.io.filefilter.IOFileFilter