@Beta public final class TextToASTTransformer extends SchemaSourceTransformer<YangTextSchemaSource,ASTSchemaSource>
SchemaSourceTransformer
which handles translation of models from
YangTextSchemaSource
representation into ASTSchemaSource
.SchemaSourceTransformer.Transformation<S extends SchemaSourceRepresentation,D extends SchemaSourceRepresentation>
Modifier and Type | Method and Description |
---|---|
static TextToASTTransformer |
create(SchemaRepository provider,
SchemaSourceRegistry consumer) |
static ASTSchemaSource |
transformText(YangTextSchemaSource text) |
getSource, schemaSourceEncountered, schemaSourceRegistered, schemaSourceUnregistered
public static TextToASTTransformer create(SchemaRepository provider, SchemaSourceRegistry consumer)
public static ASTSchemaSource transformText(YangTextSchemaSource text) throws SchemaSourceException, IOException, YangSyntaxErrorException
Copyright © 2019 OpenDaylight. All rights reserved.