| Package | Description |
|---|---|
| ch.abertschi.arquillian.descriptor |
| Modifier and Type | Method and Description |
|---|---|
Filter.FilterType |
Filter.getType() |
static Filter.FilterType |
Filter.FilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Filter.FilterType[] |
Filter.FilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
FilterBase.filter(Filter.FilterType type,
String... patterns) |
RETURN_CLASS |
AspectjDescriptorBuilder.FilterOption.filter(Filter.FilterType type,
String... patterns) |
Filter |
Filter.setType(Filter.FilterType type) |
static List<Filter> |
Filters.use(Filter.FilterType type,
Class<?>... types) |
static List<Filter> |
Filters.use(Filter.FilterType type,
Package... packages) |
static List<Filter> |
Filters.use(Filter.FilterType type,
String... pattern) |
| Constructor and Description |
|---|
Filter(Filter.FilterType type,
String filterPattern) |
Copyright © 2016. All rights reserved.