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 |
---|---|
<T extends SchemaSourceRepresentation> |
SchemaRepository.getSchemaSource(SourceIdentifier id,
Class<T> represetation) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.CheckedFuture<? extends T,SchemaSourceException> |
SchemaSourceProvider.getSource(SourceIdentifier sourceIdentifier)
Returns a representation a for supplied YANG source identifier.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.CheckedFuture<D,SchemaSourceException> |
SchemaSourceTransformer.Transformation.apply(S input) |
<T extends SchemaSourceRepresentation> |
AbstractSchemaRepository.getSchemaSource(SourceIdentifier id,
Class<T> representation) |
com.google.common.util.concurrent.CheckedFuture<? extends T,SchemaSourceException> |
FilesystemSchemaSourceCache.getSource(SourceIdentifier sourceIdentifier) |
com.google.common.util.concurrent.CheckedFuture<D,SchemaSourceException> |
SchemaSourceTransformer.getSource(SourceIdentifier sourceIdentifier) |
com.google.common.util.concurrent.CheckedFuture<? extends T,SchemaSourceException> |
InMemorySchemaSourceCache.getSource(SourceIdentifier sourceIdentifier) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.CheckedFuture<YangTextSchemaSource,SchemaSourceException> |
YangTextSchemaContextResolver.getSource(SourceIdentifier sourceIdentifier) |
Modifier and Type | Method and Description |
---|---|
YangTextSchemaSourceRegistration |
YangTextSchemaContextResolver.registerSource(URL url)
Register a URL containing a YANG text.
|
YangTextSchemaSourceRegistration |
YangTextSchemaContextResolver.registerSource(YangTextSchemaSource source)
Register a
YangTextSchemaSource . |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.CheckedFuture<ASTSchemaSource,SchemaSourceException> |
TextToASTTransformer.TextToASTTransformation.apply(YangTextSchemaSource input)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ASTSchemaSource |
TextToASTTransformer.transformText(YangTextSchemaSource text) |
Copyright © 2018 OpenDaylight. All rights reserved.