org.odftoolkit.odfvalidator
Class ODFFileFilter

java.lang.Object
  extended by org.odftoolkit.odfvalidator.ODFFileFilter
All Implemented Interfaces:
FileFilter

public class ODFFileFilter
extends Object
implements FileFilter


Constructor Summary
ODFFileFilter(boolean bRecursive)
           
ODFFileFilter(String aExcludeRegExp, boolean bRecursive)
           
 
Method Summary
 boolean accept(File aFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ODFFileFilter

public ODFFileFilter(boolean bRecursive)

ODFFileFilter

public ODFFileFilter(String aExcludeRegExp,
                     boolean bRecursive)
Method Detail

accept

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


Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.