Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.repo.api | |
org.opendaylight.yangtools.yang.parser.repo | |
org.opendaylight.yangtools.yang.parser.rfc7950.repo |
Modifier and Type | Class and Description |
---|---|
class |
MissingSchemaSourceException
Exception thrown when a the specified schema source is not available.
|
class |
SchemaResolutionException
Exception thrown when a Schema Source fails to resolve.
|
Modifier and Type | Method and Description |
---|---|
@NonNull YangTextSchemaSourceRegistration |
YangTextSchemaContextResolver.registerSource(@NonNull URL url)
Register a URL containing a YANG text.
|
@NonNull YangTextSchemaSourceRegistration |
YangTextSchemaContextResolver.registerSource(@NonNull YangTextSchemaSource source)
Register a
YangTextSchemaSource . |
Modifier and Type | Method and Description |
---|---|
static ASTSchemaSource |
TextToASTTransformer.transformText(YangTextSchemaSource text) |
Copyright © 2019 OpenDaylight. All rights reserved.