| Package | Description |
|---|---|
| org.onosproject.yangutils.tool | |
| org.onosproject.yangutils.tool.exception |
| Modifier and Type | Method and Description |
|---|---|
Set<YangFileInfo> |
YangToolManager.createYangFileInfoSet(List<String> yangFileList)
Creates a YANG file info set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
YangToolManager.compileYangFiles(Set<YangFileInfo> yangFiles,
List<YangNode> dependentSchema,
YangPluginConfig config,
CallablePlugin plugin)
Compile te YANG files and generate the corresponding Java files.
|
| Modifier and Type | Method and Description |
|---|---|
YangFileInfo |
YangToolException.getCurYangFile()
Retrieves the current YANG files for which exception has occured.
|
| Modifier and Type | Method and Description |
|---|---|
void |
YangToolException.setCurYangFile(YangFileInfo curYangFile)
Update the YANG file which caused the exception.
|
Copyright © 2016. All rights reserved.