Class NotFilter<T>

java.lang.Object
org.apache.ivy.util.filter.NotFilter<T>
All Implemented Interfaces:
Filter<T>

public class NotFilter<T> extends Object implements Filter<T>
  • Constructor Details

    • NotFilter

      public NotFilter(Filter<T> op)
  • Method Details

    • getOp

      public Filter<T> getOp()
    • accept

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