Package | Description |
---|---|
org.sonatype.gshell.help |
Help page system.
|
org.sonatype.gshell.util.filter |
Modifier and Type | Method and Description |
---|---|
Collection<HelpPage> |
HelpPageManager.getPages(Filter<HelpPage> filter) |
Collection<HelpPage> |
HelpPageManagerImpl.getPages(Filter<HelpPage> filter) |
Modifier and Type | Class and Description |
---|---|
class |
AggregateFilter<T>
Support for aggregating filters.
|
class |
AndFilter<T>
And filter.
|
class |
NotFilter<T>
Not filter.
|
class |
OrFilter<T>
Or filter.
|
class |
TypeFilter<T>
Filter to include objects assignable from a given type.
|
Modifier and Type | Method and Description |
---|---|
Filter<T> |
NotFilter.getFilter() |
Modifier and Type | Method and Description |
---|---|
List<Filter<T>> |
AggregateFilter.getFilters() |
Modifier and Type | Method and Description |
---|---|
AggregateFilter<T> |
AggregateFilter.add(Filter<T>... filters) |
AggregateFilter<T> |
AggregateFilter.and(Filter<T>... filters) |
static <T> AndFilter<T> |
Filters.and(Filter<T>... filters) |
static <T> NotFilter<T> |
Filters.not(Filter<T>... filters) |
AggregateFilter<T> |
AggregateFilter.not(Filter<T> filter) |
static <T> NotFilter<T> |
Filters.not(Filter<T> filter) |
AggregateFilter<T> |
AggregateFilter.or(Filter<T>... filters) |
static <T> OrFilter<T> |
Filters.or(Filter<T>... filters) |
Constructor and Description |
---|
AggregateFilter(Filter<T>... filters) |
AndFilter(Filter<T>... filters) |
NotFilter(Filter<T> filter) |
OrFilter(Filter<T>... filters) |
Copyright © 2008-2013 Sonatype. All Rights Reserved.