D - the type of binding datapublic class BaseRegexContextMapper<D extends BindingData> extends BaseContextMapper<D> implements RegexContextMapper<D>
| Constructor and Description |
|---|
BaseRegexContextMapper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(QName qname)
Decides if the specified qualified name passes the collective regex expressions.
|
boolean |
matches(String name)
Decides if the specified name passes the collective regex expressions.
|
ContextMapper<D> |
setExcludeNamespaces(String excludeNamespaces)
Sets a comma-separated list of regex property namespace excludes.
|
ContextMapper<D> |
setExcludes(String excludes)
Sets a comma-separated list of regex property excludes.
|
ContextMapper<D> |
setIncludeNamespaces(String includeNamespaces)
Sets a comma-separated list of regex property namespace includes.
|
ContextMapper<D> |
setIncludes(String includes)
Sets a comma-separated list of regex property includes.
|
getModel, mapFrom, mapTo, setModelclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModel, mapFrom, mapTo, setModelpublic ContextMapper<D> setIncludes(String includes)
setIncludes in interface RegexContextMapper<D extends BindingData>includes - the includespublic ContextMapper<D> setExcludes(String excludes)
setExcludes in interface RegexContextMapper<D extends BindingData>excludes - the excludespublic ContextMapper<D> setIncludeNamespaces(String includeNamespaces)
setIncludeNamespaces in interface RegexContextMapper<D extends BindingData>includeNamespaces - the namespace includespublic ContextMapper<D> setExcludeNamespaces(String excludeNamespaces)
setExcludeNamespaces in interface RegexContextMapper<D extends BindingData>excludeNamespaces - the namespace excludespublic boolean matches(String name)
matches in interface RegexContextMapper<D extends BindingData>name - the name to testpublic boolean matches(QName qname)
matches in interface RegexContextMapper<D extends BindingData>qname - the qualified name to testCopyright © 2013–2015 JBoss by Red Hat. All rights reserved.