com.jalios.io
Class AndFileFilter
java.lang.Object
com.jalios.io.AndFileFilter
- All Implemented Interfaces:
- FileFilter
public class AndFileFilter
- extends Object
- implements FileFilter
Provides AND logic across two FileFilter
.
This filter accept file if both filters accepts it.
- Since:
- jcms-5.7.3
- Version:
- $Revision: 20567 $
Method Summary |
boolean |
accept(File pathname)
Accept file if all filters of this AndFileFilter accept it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REVISION
public static final String REVISION
- See Also:
- Constant Field Values
filter1
protected FileFilter filter1
filter2
protected FileFilter filter2
AndFileFilter
public AndFileFilter(FileFilter filter1,
FileFilter filter2)
- Create a new file filter with the specified filters.
- Parameters:
filter1
- the first filter, must not be nullfilter2
- the second filter, must not be null
- Throws:
IllegalArgumentException
- if either filter is null- Since:
- jcms-5.7.3
accept
public boolean accept(File pathname)
- Accept file if all filters of this AndFileFilter accept it.
- Specified by:
accept
in interface FileFilter
Copyright © 2001-2010 Jalios SA. All Rights Reserved.