public class MessageFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FILTER_KEY_VALUE_PAIR_SEPARATOR |
static String |
FILTER_VALUE_ASSIGN_OPERATOR |
| Constructor and Description |
|---|
MessageFilter(String filterName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
excluded(String propertyName,
String propertyValue) |
Collection<String> |
getIncludedPropertyValues(String propertyName) |
boolean |
included(String propertyName,
String propertyValue) |
void |
init()
Initialize message filter using system property.
|
boolean |
isActive() |
static List<String> |
splitUsingTokenizer(String string,
String delimiter) |
public static final String FILTER_VALUE_ASSIGN_OPERATOR
public static final String FILTER_KEY_VALUE_PAIR_SEPARATOR
public MessageFilter(String filterName)
public void init()
public boolean isActive()
public Collection<String> getIncludedPropertyValues(String propertyName)
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.