public class NameFilter
extends java.lang.Object
implements tecgraf.javautils.core.filter.IFilter<csbase.logic.SGAInfo>
| Constructor and Description |
|---|
NameFilter()
Construtor padrão.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(csbase.logic.SGAInfo obj) |
void |
setPattern(java.util.regex.Pattern pattern)
Seta o valor da expressão regular.
|
public void setPattern(java.util.regex.Pattern pattern)
pattern - - expressão regular.public boolean accept(csbase.logic.SGAInfo obj)
accept in interface tecgraf.javautils.core.filter.IFilter<csbase.logic.SGAInfo>Copyright © 2018. All Rights Reserved.