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, notify, removeFilterEventListener
public NameMatchingRefFilter()
public NameMatchingRefFilter(String pattern)
public boolean matches(T toMatch)
Filter
true
if this filter match the given input, false
otherwise.public void setPattern(String pattern)
public String getPattern()
protected boolean matchesPattern(Ref ref)
Copyright © 2018. All rights reserved.