com.github.searls.jasmine.io
Class FileFilterUtilsWrapper

java.lang.Object
  extended by com.github.searls.jasmine.io.FileFilterUtilsWrapper

public class FileFilterUtilsWrapper
extends Object


Constructor Summary
FileFilterUtilsWrapper()
           
 
Method Summary
 org.apache.commons.io.filefilter.IOFileFilter and(org.apache.commons.io.filefilter.IOFileFilter... filters)
           
 org.apache.commons.io.filefilter.IOFileFilter or(org.apache.commons.io.filefilter.IOFileFilter... filters)
           
 org.apache.commons.io.filefilter.IOFileFilter suffixFileFilter(String suffix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileFilterUtilsWrapper

public FileFilterUtilsWrapper()
Method Detail

suffixFileFilter

public org.apache.commons.io.filefilter.IOFileFilter suffixFileFilter(String suffix)

and

public org.apache.commons.io.filefilter.IOFileFilter and(org.apache.commons.io.filefilter.IOFileFilter... filters)

or

public org.apache.commons.io.filefilter.IOFileFilter or(org.apache.commons.io.filefilter.IOFileFilter... filters)


Copyright © 2011. All Rights Reserved.