public interface NamespaceAware
Modifier and Type | Method and Description |
---|---|
boolean |
contributesTo(String namespace)
Defines if the current implementation contributes to the given namespace.
|
String |
getNamespace()
The namespace, e.g.
|
String getNamespace()
boolean contributesTo(String namespace)
getNamespace()
, but is not a requirement.namespace
- the namespace to contribute totrue
, if the current implementation contributes to the given namespace, otherwise false
.Copyright © 2017. All rights reserved.