net.sf.javadocbuilder.ui
Class TemplateFilter

java.lang.Object
  |
  +--net.sf.javadocbuilder.ui.TemplateFilter
All Implemented Interfaces:
java.io.FileFilter

class TemplateFilter
extends java.lang.Object
implements java.io.FileFilter

Velocity template file filter Conditions for this filter approval are:

  1. the filename ends with .vm
  2. the filename is a file
  3. the filename is readable

Author:
mike

Constructor Summary
(package private) TemplateFilter()
           
 
Method Summary
 boolean accept(java.io.File pathname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateFilter

TemplateFilter()
Method Detail

accept

public boolean accept(java.io.File pathname)
Specified by:
accept in interface java.io.FileFilter