com.gridsystems
Class OrFileFilter

java.lang.Object
  extended by com.gridsystems.OrFileFilter
All Implemented Interfaces:
java.io.FileFilter

public class OrFileFilter
extends java.lang.Object
implements java.io.FileFilter

OrFileFilter type.

Author:
Rodrigo Ruiz

Constructor Summary
OrFileFilter(java.io.FileFilter... filters)
          Creates a new instance.
 
Method Summary
 boolean accept(java.io.File f)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrFileFilter

public OrFileFilter(java.io.FileFilter... filters)
Creates a new instance.

Parameters:
filters - A list of filters to combine
Method Detail

accept

public boolean accept(java.io.File f)

Specified by:
accept in interface java.io.FileFilter


Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.