com.jalios.io
Class ReverseFileFilter

java.lang.Object
  extended by com.jalios.io.ReverseFileFilter
All Implemented Interfaces:
FileFilter

public class ReverseFileFilter
extends Object
implements FileFilter

This class implements java.io.FileFilter and return the reverse of the given FileFilter

Version:
$Revision: 14756 $
Author:
Olivier Dedieu

Field Summary
static String REVISION
           
 
Constructor Summary
ReverseFileFilter(FileFilter filter)
           
 
Method Summary
 boolean accept(File pathname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values
Constructor Detail

ReverseFileFilter

public ReverseFileFilter(FileFilter filter)
Method Detail

accept

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


Copyright © 2001-2010 Jalios SA. All Rights Reserved.