| Package | Description |
|---|---|
| com.helger.commons.filter | |
| com.helger.commons.io.file.filter | |
| com.helger.commons.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFilter<DATATYPE>
An abstract implementation of
IFilter that has an optional nested
filter. |
class |
FilterFalse<DATATYPE>
A filter implementation that always returns
false. |
class |
FilterNotNull<DATATYPE>
A filter implementation where all non-
null values match. |
class |
FilterNull<DATATYPE>
A filter implementation where all
null values match. |
class |
FilterTrue<DATATYPE>
A filter implementation that always returns
true. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileFilter
Abstract base implementation of
FileFilter with some conversion
methods. |
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilterElementWithNamespace
|
class |
FilterElementWithNamespaceAndLocalName
|
class |
FilterElementWithoutNamespace
|
class |
FilterElementWithTagName
|
Copyright © 2014–2015 Philip Helger. All rights reserved.