public interface JavaCodeGenerator
| Modifier and Type | Method and Description |
|---|---|
void |
generateCodeEntry(YangPluginConfig yangPlugin)
Traverse the schema of application and generate corresponding code.
|
void |
generateCodeExit()
Traverse the schema of application and generate corresponding code.
|
void generateCodeEntry(YangPluginConfig yangPlugin) throws TranslatorException
yangPlugin - YANG plugin configTranslatorException - when fails to translate the data model treevoid generateCodeExit()
throws TranslatorException
TranslatorException - when fails to generate java codeCopyright © 2016. All rights reserved.