public class FilterParametersDefinition extends Object
Modifier and Type | Field and Description |
---|---|
protected List<String> |
exclude |
protected List<String> |
include |
Constructor and Description |
---|
FilterParametersDefinition() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getExclude()
Returns a live copy of the list of patterns to exclude.
|
List<String> |
getInclude()
Returns a live copy of the list of patterns to include.
|
Apache Camel