public class SPartFileFilter extends Object implements FilenameFilter
| Constructor and Description |
|---|
SPartFileFilter(String nodeNumber)
Creates the file filter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File dir,
String name)
Checks whether a file has the node number in its file path.
|
public SPartFileFilter(String nodeNumber)
nodeNumber - the number to filter on.public boolean accept(File dir, String name)
false.accept in interface FilenameFilterdir - The directory as a File (unused in this filter)name - The file name to checktrue if the number is in the path, false otherwise.MMBase 1.9-SNAPSHOT - ${javadoctimestamp}