Package com.jalios.io
Class ReverseFileFilter
- java.lang.Object
-
- com.jalios.io.ReverseFileFilter
-
- All Implemented Interfaces:
java.io.FileFilter
public class ReverseFileFilter extends java.lang.Object implements java.io.FileFilter
This class implements java.io.FileFilter and return the reverse of the given FileFilter- Version:
- $Revision: 14756 $
- Author:
- Olivier Dedieu
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
REVISION
-
Constructor Summary
Constructors Constructor Description ReverseFileFilter(java.io.FileFilter filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(java.io.File pathname)
-
-
-
Field Detail
-
REVISION
public static final java.lang.String REVISION
- See Also:
- Constant Field Values
-
-