public interface CallablePlugin
| Modifier and Type | Method and Description |
|---|---|
void |
addCompiledSchemaToBundle()
serialize the compiled schema and place it in the appropriate location
so that it will be part of the generated OSGi bundle.
|
void |
addGeneratedCodeToBundle()
Adds generated source directory to the compilation root.
|
void |
addYangFilesToBundle()
Add the YANG files in the bundle, to support YANG display in protocols
like RESTCONF.
|
void addGeneratedCodeToBundle()
void addCompiledSchemaToBundle()
throws IOException
IOException - when fails to do IO operationsvoid addYangFilesToBundle()
throws IOException
IOException - when fails to do IO operationsCopyright © 2016. All rights reserved.