public class FilterAction extends AbstractManagerAction
| Constructor and Description |
|---|
FilterAction()
Creates a new FilterAction.
|
FilterAction(String filter)
Creates a new FilterAction with the filter specified
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Returns the name of this action, i.e.
|
String |
getFilter()
Returns the filter.
|
String |
getOperation()
Returns the filter operation which is "Add" by default.
|
void |
setFilter(String filter)
Sets the filter.
|
getActionId, setActionId, toStringpublic FilterAction()
public FilterAction(String filter)
filter - the whitelist or blacklist filter to be added.public String getAction()
getAction in interface ManagerActiongetAction in class AbstractManagerActionpublic String getOperation()
public String getFilter()
public void setFilter(String filter)
filter - add the whitelist or blacklist event to be filtered.Copyright © 2004–2021. All rights reserved.