org.jcoderz.phoenix.report
Class JcSummaryReportAntTask.JcoderReportFilter
java.lang.Object
org.jcoderz.phoenix.report.JcSummaryReportAntTask.JcoderReportFilter
- All Implemented Interfaces:
- FilenameFilter
- Enclosing class:
- JcSummaryReportAntTask
public static class JcSummaryReportAntTask.JcoderReportFilter
- extends Object
- implements FilenameFilter
Filter for folders that contain a 'summary.xml' file.
- Author:
- Michael Rumpf
|
Method Summary |
boolean |
accept(File dir,
String name)
Only accept folder that contain a 'summary.xml' file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JcSummaryReportAntTask.JcoderReportFilter
public JcSummaryReportAntTask.JcoderReportFilter()
accept
public boolean accept(File dir,
String name)
- Only accept folder that contain a 'summary.xml' file.
- Specified by:
accept in interface FilenameFilter
- Parameters:
dir - the directory where the file is located.name - the name of the file.
Copyright 2007 The jCoderZ Project.