org.red5.server.service
Class WarDeployer.DirectoryFilter

java.lang.Object
  extended by org.red5.server.service.WarDeployer.DirectoryFilter
All Implemented Interfaces:
FilenameFilter
Enclosing class:
WarDeployer

protected class WarDeployer.DirectoryFilter
extends Object
implements FilenameFilter

Filters directory content


Constructor Summary
protected WarDeployer.DirectoryFilter()
           
 
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
 

Constructor Detail

WarDeployer.DirectoryFilter

protected WarDeployer.DirectoryFilter()
Method Detail

accept

public boolean accept(File dir,
                      String name)
Check whether file matches filter rules

Specified by:
accept in interface FilenameFilter
Parameters:
dir - Directory
name - File name
Returns:
true If file does match filter rules, false otherwise


Copyright © 2006-2012 The Red5 Project