Interface NamespaceBehaviour.Registry
- All Known Implementing Classes:
StatementSupportBundle
- Enclosing class:
- NamespaceBehaviour<K,
V>
public static interface NamespaceBehaviour.Registry
-
Method Summary
Modifier and TypeMethodDescription<K,
V> NamespaceBehaviour<K, V> getNamespaceBehaviour
(ParserNamespace<K, V> type) Get a namespace behavior.
-
Method Details
-
getNamespaceBehaviour
Get a namespace behavior.- Type Parameters:
K
- key typeV
- value type- Parameters:
type
- Namespace type- Returns:
- Namespace behaviour
- Throws:
NamespaceNotAvailableException
- when the namespace is not available
-