|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.mmbase.util.SPartFileFilter
Support utility for MMObjectBuilder.getSPartPath This filter filters files with the specified number in its name.
| Constructor Summary | |
SPartFileFilter(java.lang.String nodeNumber)
Creates the file filter. |
|
| Method Summary | |
boolean |
accept(java.io.File dir,
java.lang.String name)
Checks whether a file has the node number in its file path. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SPartFileFilter(java.lang.String nodeNumber)
nodeNumber - the number to filter on.| Method Detail |
public boolean accept(java.io.File dir,
java.lang.String name)
false.accept in interface java.io.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.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||