class BaseFileNameFilter
extends java.lang.Object
implements java.io.FilenameFilter
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
m_baseFileName |
Constructor and Description |
---|
BaseFileNameFilter(java.lang.String baseFileName) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.io.File file,
java.lang.String name) |