Modifier and Type | Method and Description |
---|---|
static YangTextSchemaSource |
YangTextSchemaSource.delegateForByteSource(SourceIdentifier identifier,
com.google.common.io.ByteSource delegate)
Create a new YangTextSchemaSource with a specific source identifier and backed
by ByteSource, which provides the actual InputStreams.
|
static YangTextSchemaSource |
YangTextSchemaSource.delegateForByteSource(String fileName,
com.google.common.io.ByteSource delegate)
Create a new YangTextSchemaSource with
SourceIdentifier derived from a supplied filename and backed
by ByteSource, which provides the actual InputStreams. |
static YangTextSchemaSource |
YangTextSchemaSource.forFile(File file)
Create a new YangTextSchemaSource backed by a
File with SourceIdentifier derived from the file
name. |
Modifier and Type | Method and Description |
---|---|
Class<? extends YangTextSchemaSource> |
YangTextSchemaSource.getType() |
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(YangTextSchemaSource source)
Register a
YangTextSchemaSource . |
Constructor and Description |
---|
AbstractYangTextSchemaSourceRegistration(YangTextSchemaSource instance) |
Modifier and Type | Method and Description |
---|---|
static YangStatementStreamSource |
YangStatementStreamSource.create(YangTextSchemaSource source) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.CheckedFuture<ASTSchemaSource,SchemaSourceException> |
TextToASTTransformer.TextToASTTransformation.apply(YangTextSchemaSource input)
Deprecated.
|
static ASTSchemaSource |
TextToASTTransformer.transformText(YangTextSchemaSource text) |
Copyright © 2018 OpenDaylight. All rights reserved.