proyecto.utilidades
Class OperacionesFicheros.Filtro
java.lang.Object
proyecto.utilidades.OperacionesFicheros.Filtro
- All Implemented Interfaces:
- FilenameFilter
- Enclosing class:
- OperacionesFicheros
public static class OperacionesFicheros.Filtro
- extends Object
- implements FilenameFilter
The Class Filtro.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
extension
String extension
- The extension.
OperacionesFicheros.Filtro
OperacionesFicheros.Filtro(String extension)
- Constructor filtro.
Creado : Parras, 07-oct-2009
- Parameters:
extension
- the extension
accept
public boolean accept(File dir,
String name)
- Specified by:
accept
in interface FilenameFilter