public abstract class NameMatchDecoratorBase extends java.lang.Object implements ClassDecorator
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
m_matchName
Name pattern to be matched (
null if none). |
Constructor and Description |
---|
NameMatchDecoratorBase() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
matchName(java.lang.String name)
Match class name against pattern.
|
void |
setMatchName(java.lang.String match)
Set name pattern to be matched.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
finish, start, valueAdded
private java.lang.String m_matchName
null
if none).public void setMatchName(java.lang.String match)
match
- pattern to be matched (null
if none, meaning match every name)protected boolean matchName(java.lang.String name)
name
- true
if name matches pattern, false
if not