public class ExistsAndReadableFileFilter extends org.apache.commons.io.filefilter.AbstractFileFilter implements Serializable
| Constructor and Description |
|---|
ExistsAndReadableFileFilter() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.io.filefilter.IOFileFilter |
wrapperFilter(org.apache.commons.io.filefilter.IOFileFilter filter)
Wraps the supplied filter to make if safe against broken symlinks and missing read permissions
|
public static org.apache.commons.io.filefilter.IOFileFilter wrapperFilter(org.apache.commons.io.filefilter.IOFileFilter filter)
filter - The core filter that'll be wrapped inside safety checksCopyright © 2016–2020. All rights reserved.