public abstract class NameMatchDecoratorBase extends Object implements ClassDecorator
| Constructor and Description |
|---|
NameMatchDecoratorBase() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matchName(String name)
Match class name against pattern.
|
void |
setMatchName(String match)
Set name pattern to be matched.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfinish, start, valueAddedpublic void setMatchName(String match)
match - pattern to be matched (null if none, meaning match every name)protected boolean matchName(String name)
name - true if name matches pattern, false if notCopyright © 2005-2014 jibx.org. All Rights Reserved.