@Deprecated public static final class TextToASTTransformer.TextToASTTransformation extends Object implements SchemaSourceTransformer.Transformation<YangTextSchemaSource,ASTSchemaSource>
Constructor and Description |
---|
TextToASTTransformation()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.CheckedFuture<ASTSchemaSource,SchemaSourceException> |
apply(YangTextSchemaSource input)
Deprecated.
|
public com.google.common.util.concurrent.CheckedFuture<ASTSchemaSource,SchemaSourceException> apply(@Nonnull YangTextSchemaSource input) throws IOException, YangSyntaxErrorException
apply
in interface com.google.common.util.concurrent.AsyncFunction<YangTextSchemaSource,ASTSchemaSource>
apply
in interface SchemaSourceTransformer.Transformation<YangTextSchemaSource,ASTSchemaSource>
IOException
YangSyntaxErrorException
Copyright © 2018 OpenDaylight. All rights reserved.