hudson.plugins.clearcase.history
Class FilterChain

java.lang.Object
  extended by hudson.plugins.clearcase.history.FilterChain
All Implemented Interfaces:
Filter

public class FilterChain
extends java.lang.Object
implements Filter

A filter that chains a collection of filters. It fill filter all elements that get filtered by any of underlying filters

Author:
vlatombe

Constructor Summary
FilterChain(java.util.Collection<Filter> filters)
           
 
Method Summary
 boolean accept(HistoryEntry element)
           
 java.util.Collection<Filter> getFilters()
           
 boolean requiresMinorEvents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterChain

public FilterChain(java.util.Collection<Filter> filters)
Method Detail

accept

public boolean accept(HistoryEntry element)
Specified by:
accept in interface Filter

requiresMinorEvents

public boolean requiresMinorEvents()
Specified by:
requiresMinorEvents in interface Filter

getFilters

public java.util.Collection<Filter> getFilters()


Copyright © 2011. All Rights Reserved.