org.activemath.omdocjdom
Class OmdocFileFilter

java.lang.Object
  extended by org.activemath.omdocjdom.OmdocFileFilter
All Implemented Interfaces:
FileFilter

public class OmdocFileFilter
extends Object
implements FileFilter


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

Constructor Detail

OmdocFileFilter

public OmdocFileFilter()
Method Detail

accept

public boolean accept(File pathName)
Specified by:
accept in interface FileFilter