JAPI 0.9.0
Yet another Java API
API Documentation

net.sf.japi.util.filter.file
Class Factory

java.lang.Object
  extended by net.sf.japi.util.filter.file.Factory

public class Factory
extends Object

A factory for filters.

Author:
Christian Hujer
Todo:
check whether this class is complete, check whether this class is required or instead Filter.Factory should be used

Method Summary
static AbstractFileFilter not(FileFilter filter)
          Creates a FileFilter which returns the opposite of the supplied filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

not

public static AbstractFileFilter not(FileFilter filter)
Creates a FileFilter which returns the opposite of the supplied filter.

Parameters:
filter - Filter to invert
Returns:
inverted filter

JAPI
Yet another Java API
API Documentation

© 2005-2006 Christian Hujer. All rights reserved. See copyright