| Modifier and Type | Field and Description |
|---|---|
protected List<ChainElement> |
filters |
| Constructor and Description |
|---|
ChainFilters() |
| Modifier and Type | Method and Description |
|---|---|
int |
add(ChainElement member) |
ChainElement[] |
array() |
ChainFilters |
clear() |
ChainFilters |
defaultAction(ChainAction act) |
ChainElement |
get(int idx) |
ChainAction |
getDefaultAction() |
int |
insert(int idx,
ChainElement member) |
boolean |
isLoggable(LogRecord record) |
protected void |
onAdded(ChainElement member) |
protected void |
onRemoved(ChainElement member) |
int |
remove(ChainElement member) |
ChainElement |
remove(int idx) |
ChainElement |
set(int idx,
ChainElement newMember) |
void |
setDefaultAction(ChainAction defaultAction) |
int |
size() |
protected final List<ChainElement> filters
public ChainAction getDefaultAction()
public void setDefaultAction(ChainAction defaultAction)
public ChainFilters defaultAction(ChainAction act)
protected void onAdded(ChainElement member)
protected void onRemoved(ChainElement member)
public int add(ChainElement member)
public int insert(int idx,
ChainElement member)
public ChainElement remove(int idx)
public int remove(ChainElement member)
public ChainFilters clear()
public ChainElement get(int idx)
public ChainElement set(int idx, ChainElement newMember)
public ChainElement[] array()
public int size()
public boolean isLoggable(LogRecord record)
isLoggable in interface FilterCopyright © 2018. All rights reserved.