public interface YangUtilsParser
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.yang.compiler.datamodel.YangNode |
getDataModel(String file)
Returns the data model node.
|
org.onosproject.yang.compiler.datamodel.YangNode getDataModel(String file) throws IOException, ParserException
file - input YANG fileParserException - when fails to get the data modelIOException - when there is an exception in IO operationCopyright © 2018. All rights reserved.