com.sun.grizzly.http.servlet.deployer.filter
Class DeployableFilter

java.lang.Object
  extended by com.sun.grizzly.http.servlet.deployer.filter.DeployableFilter
All Implemented Interfaces:
FilenameFilter

public class DeployableFilter
extends Object
implements FilenameFilter

Author:
Sebastien Dionne

Constructor Summary
DeployableFilter()
           
 
Method Summary
 boolean accept(File dir, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployableFilter

public DeployableFilter()
Method Detail

accept

public boolean accept(File dir,
                      String name)
Specified by:
accept in interface FilenameFilter


Copyright © 2012 Oracle Corporation. All Rights Reserved.