public static class FileExpander.BaseFilter
extends java.lang.Object
implements java.io.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(java.io.File pathname)
Returns
true if the name of the file matches the
globbing pattern. |
Copyright © 2010 - 2020 Adobe. All Rights Reserved