org.weborganic.bastille.psml
Class PSMLFileFilter

java.lang.Object
  extended by org.weborganic.bastille.psml.PSMLFileFilter
All Implemented Interfaces:
FileFilter

public final class PSMLFileFilter
extends Object
implements FileFilter

Filters files which extension is ".psml".


Constructor Summary
PSMLFileFilter()
          Creates new file filter.
 
Method Summary
 boolean accept(File file)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSMLFileFilter

public PSMLFileFilter()
Creates new file filter.

Method Detail

accept

public boolean accept(File file)
               throws NullPointerException
Specified by:
accept in interface FileFilter
Throws:
NullPointerException