public class RunDirectoryFilenameFilter extends Object implements FilenameFilter
Modifier and Type | Field and Description |
---|---|
private static Pattern |
mPattern
Stores compiled patterns at first use, quasi-Singleton.
|
private static String |
mRegexExpression
Store the regular expressions necessary to parse kickstart output files
|
static String |
SUBMIT_DIRECTORY_PREFIX
The prefix for the submit directory.
|
Constructor and Description |
---|
RunDirectoryFilenameFilter() |
public static final String SUBMIT_DIRECTORY_PREFIX
private static final String mRegexExpression
private static Pattern mPattern
public boolean accept(File dir, String name)
accept
in interface FilenameFilter
dir
- the directory in which the file was found.name
- - the name of the file.Copyright © 2011 The University of Southern California. All Rights Reserved.