org.hdtourist.utils
Class HdtFilter

java.lang.Object
  extended by org.hdtourist.utils.HdtFilter
All Implemented Interfaces:
java.io.FilenameFilter

public class HdtFilter
extends java.lang.Object
implements java.io.FilenameFilter

Filtro para ficheros con extensión hdt.


Constructor Summary
HdtFilter()
           
 
Method Summary
 boolean accept(java.io.File directorio, java.lang.String nombreArchivo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HdtFilter

public HdtFilter()
Method Detail

accept

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