public class XMLFilenameFilter
extends java.lang.Object
implements java.io.FilenameFilter
| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Logger |
log
Used for logging.
|
| Constructor and Description |
|---|
XMLFilenameFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.io.File dir,
java.lang.String name)
Accept all ss files.
|
public boolean accept(java.io.File dir,
@NotNull
java.lang.String name)
accept in interface java.io.FilenameFilterdir - The directory containing the file.name - The name of the file to examine.