Package org.red5.server.tomcat
Class TomcatLoader.DirectoryFilter
- java.lang.Object
-
- org.red5.server.tomcat.TomcatLoader.DirectoryFilter
-
- All Implemented Interfaces:
FilenameFilter
- Enclosing class:
- TomcatLoader
protected static final class TomcatLoader.DirectoryFilter extends Object implements FilenameFilter
Filters directory content
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDirectoryFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(File dir, String name)Check whether file matches filter rules
-
-
-
Method Detail
-
accept
public boolean accept(File dir, String name)
Check whether file matches filter rules- Specified by:
acceptin interfaceFilenameFilter- Parameters:
dir- Directoryname- File name- Returns:
- true If file does match filter rules, false otherwise
-
-