Filter.FilterEvent| Constructor and Description |
|---|
NameMatchingRefFilter() |
NameMatchingRefFilter(String pattern) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPattern() |
boolean |
matches(T toMatch)
Return
true if this filter match the given input, false
otherwise. |
protected boolean |
matchesPattern(Ref ref) |
void |
setPattern(String pattern) |
addFilterEventListener, notify, removeFilterEventListenerpublic NameMatchingRefFilter()
public NameMatchingRefFilter(String pattern)
public boolean matches(T toMatch)
Filtertrue if this filter match the given input, false
otherwise.public void setPattern(String pattern)
public String getPattern()
protected boolean matchesPattern(Ref ref)
Copyright © 2015. All rights reserved.