| Package | Description |
|---|---|
| com.helger.commons.io.file.filter |
| Modifier and Type | Class and Description |
|---|---|
class |
FileFilterDirectoryOnly
A file filter that accepts only directories.
|
class |
FileFilterDirectoryPublic
A file filter that matches if the passed file is a directory and is public,
meaning it does not start with "."
|
class |
FileFilterFalse
A file filter that accepts nothing.
|
class |
FileFilterFilenameEndsWith
A filename filter that checks whether a file has the specified extension.
|
class |
FileFilterFilenameEquals
A filename filter that checks whether a file has the specified name.
|
class |
FileFilterFilenameEqualsIgnoreCase
A filename filter that checks whether a file has the specified name.
|
class |
FileFilterFilenameHidden
A file filter that matches if the passed filename is hidden, meaning it does
start with "."
|
class |
FileFilterFilenameMatchAnyRegEx
A filter that only accepts certain file names, based on a regular expression.
|
class |
FileFilterFilenameMatchNoRegEx
A filter that rejects certain file names, based on a regular expression.
|
class |
FileFilterFilenameNotEquals
A filename filter that checks whether a file does not have the specified
name.
|
class |
FileFilterFilenameNotEqualsIgnoreCase
A filename filter that checks whether a file does not have the specified
name.
|
class |
FileFilterFilenameStartsWith
A filename filter that checks whether a file starts with a certain text.
|
class |
FileFilterFileOnly
A file filter that accepts only files.
|
class |
FileFilterFromFileFilter
A special file filter that uses and external
FileFilter to determine
the validity. |
class |
FileFilterFromFilenameFilter
A special file filter that uses and external
FilenameFilter to
determine the validity. |
class |
FileFilterParentDirectoryPublic
A file filter that matches if the direct parent directory is public, meaning
it does not start with "."
|
class |
FileFilterTrue
A file filter that accepts everything.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.