Package org.plumelib.util
Class UtilPlume.WildcardFilter
java.lang.Object
org.plumelib.util.UtilPlume.WildcardFilter
- All Implemented Interfaces:
FilenameFilter
- Enclosing class:
- UtilPlume
@Deprecated
public static final class UtilPlume.WildcardFilter
extends Object
implements FilenameFilter
Deprecated.
A FilenameFilter that accepts files whose name matches the given wildcard. The wildcard must
contain exactly one "*".
-
Constructor Summary
ConstructorDescriptionWildcardFilter
(String wildcard) Deprecated.Create a filter that accepts files whose name matches the given wildcard. -
Method Summary
-
Constructor Details
-
WildcardFilter
Deprecated.Create a filter that accepts files whose name matches the given wildcard.- Parameters:
wildcard
- a string that must contain exactly one "*"
-
-
Method Details
-
accept
Deprecated.- Specified by:
accept
in interfaceFilenameFilter
-
FilesPlume.WildcardFilter