Package | Description |
---|---|
org.opendaylight.yangtools.yang.parser.spi.meta |
Provides base abstract classes, interfaces and common implementation used by the statement parser.
|
Modifier and Type | Method and Description |
---|---|
static NamespaceKeyCriterion<SourceIdentifier> |
NamespaceKeyCriterion.latestRevisionModule(String moduleName)
Return a criterion which selects the latest known revision of a particular module.
|
Modifier and Type | Method and Description |
---|---|
Optional<Map.Entry<K,V>> |
NamespaceBehaviour.getFrom(NamespaceBehaviour.NamespaceStorageNode storage,
NamespaceKeyCriterion<K> criterion)
Returns the key/value mapping best matching specified criterion.
|
<K,N extends StatementNamespace<K,?,?>> |
ModelActionBuilder.requiresCtx(StmtContext<?,?,?> context,
Class<N> namespace,
NamespaceKeyCriterion<K> criterion,
ModelProcessingPhase phase) |
Copyright © 2019 OpenDaylight. All rights reserved.