org.sonatype.gshell.util.filter
Class NotFilter<T>

java.lang.Object
  extended by org.sonatype.gshell.util.filter.NotFilter<T>
All Implemented Interfaces:
Filter<T>

public class NotFilter<T>
extends Object
implements Filter<T>

Not filter.

Since:
2.5
Author:
Jason Dillon

Constructor Summary
NotFilter(Filter<T> filter)
           
 
Method Summary
 boolean accept(T value)
           
 Filter<T> getFilter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotFilter

public NotFilter(Filter<T> filter)
Method Detail

getFilter

public Filter<T> getFilter()

accept

public boolean accept(T value)
Specified by:
accept in interface Filter<T>


Copyright © 2008-2011 Sonatype. All Rights Reserved.