org.red5.server.service
Class WarDeployer.DirectoryFilter
java.lang.Object
org.red5.server.service.WarDeployer.DirectoryFilter
- All Implemented Interfaces:
- FilenameFilter
- Enclosing class:
- WarDeployer
protected class WarDeployer.DirectoryFilter
- extends Object
- implements FilenameFilter
Filters directory content
Method Summary |
boolean |
accept(File dir,
String name)
Check whether file matches filter rules |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WarDeployer.DirectoryFilter
protected WarDeployer.DirectoryFilter()
accept
public boolean accept(File dir,
String name)
- Check whether file matches filter rules
- Specified by:
accept
in interface FilenameFilter
- Parameters:
dir
- Directoryname
- File name
- Returns:
- true If file does match filter rules, false otherwise
Copyright © 2006-2012 The Red5 Project