|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.clearcase.history.FilterChain
public class FilterChain
A filter that chains a collection of filters. It fill filter all elements that get filtered by any of underlying filters
| Constructor Summary | |
|---|---|
FilterChain(java.util.Collection<Filter> filters)
|
|
| Method Summary | |
|---|---|
boolean |
accept(HistoryEntry element)
|
java.util.Collection<Filter> |
getFilters()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterChain(java.util.Collection<Filter> filters)
| Method Detail |
|---|
public boolean accept(HistoryEntry element)
accept in interface Filterpublic java.util.Collection<Filter> getFilters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||