Package | Description |
---|---|
org.sonatype.gshell.util.filter |
Modifier and Type | Class and Description |
---|---|
class |
AndFilter<T>
And filter.
|
class |
OrFilter<T>
Or filter.
|
Modifier and Type | Method and Description |
---|---|
AggregateFilter<T> |
AggregateFilter.add(Filter<T>... filters) |
AggregateFilter<T> |
AggregateFilter.and(Filter<T>... filters) |
AggregateFilter<T> |
AggregateFilter.not(Filter<T> filter) |
AggregateFilter<T> |
AggregateFilter.or(Filter<T>... filters) |
Copyright © 2008-2012 Sonatype. All Rights Reserved.