net.sourceforge.cobertura.util
Class FileFinder.JarZipFilter

java.lang.Object
  extended by net.sourceforge.cobertura.util.FileFinder.JarZipFilter
All Implemented Interfaces:
java.io.FilenameFilter
Enclosing class:
FileFinder

private class FileFinder.JarZipFilter
extends java.lang.Object
implements java.io.FilenameFilter

A filter that accepts files that end in .jar or .zip


Constructor Summary
private FileFinder.JarZipFilter()
           
 
Method Summary
 boolean accept(java.io.File dir, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileFinder.JarZipFilter

private FileFinder.JarZipFilter()
Method Detail

accept

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