public class PathFilterWrapper
extends java.lang.Object
implements java.nio.file.DirectoryStream.Filter<java.nio.file.Path>
| Constructor and Description |
|---|
PathFilterWrapper() |
PathFilterWrapper(PathFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.nio.file.Path entry) |
PathFilter |
getPathFilter() |
void |
setPathFilter(PathFilter filter) |
public PathFilterWrapper()
public PathFilterWrapper(PathFilter filter)
public boolean accept(java.nio.file.Path entry)
throws java.io.IOException
accept in interface java.nio.file.DirectoryStream.Filter<java.nio.file.Path>java.io.IOExceptionpublic void setPathFilter(PathFilter filter)
public PathFilter getPathFilter()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.