public static class FileExpander.BaseFilter extends Object implements FileFilter
BaseFilter class is an abstract base class for the file
and directory matcher class, which accepts files based on globbing
patterns.| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File pathname)
Returns
true if the name of the file matches the
globbing pattern. |
public boolean accept(File pathname)
true if the name of the file matches the
globbing pattern.accept in interface FileFilter"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"