public interface PrefixToModule extends IdentifierNamespace<String,QNameModule>
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PREFIX |
Modifier and Type | Method and Description |
---|---|
QNameModule |
get(String prefix)
Returns QNameModule (namespace + revision) associated with supplied
prefix.
|
QNameModule |
getByNamespace(String namespace)
Returns QNameModule (namespace + revision) associated with XML namespace
(URI).
|
boolean |
isPreLinkageMap()
Pre-linkage map does not consider revision-dates of modules and it contains module namespaces only.
|
static final String DEFAULT_PREFIX
@Nullable QNameModule get(@Nonnull String prefix)
get
in interface IdentifierNamespace<String,QNameModule>
prefix
- Prefix@Nullable QNameModule getByNamespace(String namespace) throws URISyntaxException
namespace
- XML NamespaceURISyntaxException
- if the input string is not valid URIboolean isPreLinkageMap()
Copyright © 2018 OpenDaylight. All rights reserved.