Package org.red5.server.tomcat
Class WarDeployer.DirectoryFilter
java.lang.Object
org.red5.server.tomcat.WarDeployer.DirectoryFilter
- All Implemented Interfaces:
FilenameFilter
- Enclosing class:
- WarDeployer
Filters directory content
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DirectoryFilter
protected DirectoryFilter()
-
-
Method Details
-
accept
Check whether file matches filter rules- Specified by:
accept
in interfaceFilenameFilter
- Parameters:
dir
- Directoryname
- File name- Returns:
- true If file does match filter rules, false otherwise
-