| java.lang.Object org.griphyn.vdl.diagnozer.FindTheRegex
FindTheRegex | class FindTheRegex implements FilenameFilter(Code) | | Implements a file filter that search by regular expression matches.
|
Method Summary | |
public boolean | accept(File dir, String name) Tests if a specified file should be included in a file list.
Parameters: dir - the directory in which the file was found. Parameters: name - the name of the file. |
FindTheRegex | public FindTheRegex(String re)(Code) | | C'tor
Parameters: re - is the regular expression to filter with |
accept | public boolean accept(File dir, String name)(Code) | | Tests if a specified file should be included in a file list.
Parameters: dir - the directory in which the file was found. Parameters: name - the name of the file. true iff the name should be included in the file list; false otherwise. |
|
|