| Package | Description |
|---|---|
| com.phloc.commons.io.file.filter | |
| com.phloc.commons.io.file.iterate |
| Class and Description |
|---|
| AbstractFileFilter
Abstract base implementation of
FileFilter with some conversion
methods. |
| FileFilterAlwaysFalse
A file filter that declines all elements.
|
| FileFilterAlwaysTrue
A file filter that accepts all elements.
|
| FileFilterDirectoryOnly
A file filter that accepts only directories.
|
| FileFilterDirectoryPublic
A file filter that matches if the passed file is a directory and is public,
meaning it does not start with "."
|
| FileFilterFileOnly
A file filter that accepts only files.
|
| FileFilterParentDirectoryPublic
A file filter that matches if the direct parent directory is public, meaning
it does not start with "."
|
| FilenameFilterAlwaysFalse
A filename filter that declines all files.
|
| FilenameFilterAlwaysTrue
A filename filter that accepts all files.
|
| FilenameFilterPublicDirectory
A filter that accepts all public directories (directories who's name does not
start with a dot!)
|
| Class and Description |
|---|
| AbstractFileFilter
Abstract base implementation of
FileFilter with some conversion
methods. |
Copyright © 2006–2015 phloc systems. All rights reserved.