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 Details

    • WildcardFilter

      public WildcardFilter(String wildcard)
      Deprecated.
      Create a filter that accepts files whose name matches the given wildcard.
      Parameters:
      wildcard - a string that must contain exactly one "*"
  • Method Details