public abstract class FileFilter extends Filter
| Constructor and Description |
|---|
FileFilter(boolean retrieveStream) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
accept(String name)
Return true if the fully qualified file name match
|
public FileFilter(boolean retrieveStream)
retrieveStream - Give back an open stream to the matching element or notpublic abstract boolean accept(String name)
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved