2 // This software is now distributed according to
3 // the Lesser Gnu Public License. Please see
4 // http://www.gnu.org/copyleft/lesser.txt for
8 package com.stevesoft.pat;
11 * This class is just like FileRegex, except that its accept method only returns
12 * true if the file matching the pattern is a directory.
14 public class DirFileRegex extends FileRegex
21 public DirFileRegex(String fp)
27 public static String[] list(String f)