org.apache.beehive.netui.pageflow
Class PageFlowFileFilter

Object
  extended by PageFlowFileFilter
All Implemented Interfaces:
FilenameFilter

Deprecated. This class will be removed without replacement in the next major release.

public class PageFlowFileFilter
extends Object
implements FilenameFilter

File filter that accepts any PageFlowController source file (*.jpf).


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

Constructor Detail

PageFlowFileFilter

public PageFlowFileFilter()
Deprecated. 
Method Detail

accept

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