protected class WarDeployer.DirectoryFilter extends Object implements FilenameFilter
Modifier | Constructor and Description |
---|---|
protected |
DirectoryFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(File dir,
String name)
Check whether file matches filter rules
|
public boolean accept(File dir, String name)
accept
in interface FilenameFilter
dir
- Directoryname
- File nameCopyright © 2006-2012 The Red5 Project