Interface | Description |
---|---|
SchemaContextFactory |
An asynchronous factory for building
SchemaContext instances based on
a specification of what SourceIdentifier s are required and dynamic
recursive resolution. |
SchemaRepository |
Interface exposed by repository implementations.
|
SchemaSourceFilter |
A filter of schema sources.
|
SchemaSourceRepresentation |
Common interface for schema source representations.
|
YangSchemaSourceRepresentation |
A YANG
SchemaSourceRepresentation . |
YinSchemaSourceRepresentation |
A YIN
SchemaSourceRepresentation . |
YinXmlSchemaSource |
YIN text schema source representation.
|
Class | Description |
---|---|
RevisionSourceIdentifier |
YANG Schema revision source identifier
Simple transfer object represents revision identifier of source for YANG
schema (module or submodule), which consists of
YANG schema name (
SourceIdentifier.getName()
Module revision (optional) ({link SourceIdentifier.getRevision() )
Revision source identifier is designated to be carry only necessary
information to look-up YANG model source and to be used by various
SchemaSourceProviders. |
SemVerSourceIdentifier |
YANG Schema source identifier with specified semantic version
Simple transfer object represents identifier of source for YANG schema
(module or submodule), which consists of
YANG schema name
SourceIdentifier.getName()
Semantic version of yang schema SemVerSourceIdentifier.getSemanticVersion()
(Optional) Module revision ({link SourceIdentifier.getRevision()
Source identifier is designated to be carry only necessary information to
look-up YANG model source and to be used by various SchemaSourceProviders. |
SourceIdentifier |
Base class of YANG Schema source identifiers.
|
YangTextSchemaSource |
YANG text schema source representation.
|
YinDomSchemaSource |
Utility
YinXmlSchemaSource exposing a W3C DOMSource representation of YIN model. |
YinTextSchemaSource |
YIN text schema source representation.
|
Enum | Description |
---|---|
StatementParserMode |
Exception | Description |
---|---|
MissingSchemaSourceException |
Exception thrown when a the specified schema source is not available.
|
SchemaResolutionException |
Exception thrown when a Schema Source fails to resolve.
|
SchemaSourceException |
Exception thrown when a failure to acquire a schema source occurs.
|
Copyright © 2018 OpenDaylight. All rights reserved.