...
Build using mvn clean install/ mvn install. Generated java code will be placed in default directory or in desired destination folder configured by user.
| Tipinfo | ||
|---|---|---|
| ||
|
...
TESTNAME will be mapped to testname
TEST-NAME will be mapped to testName
TestName will be mapped to testName
TEST3NAME will be mapped to test3Name
...
| Info | ||
|---|---|---|
| ||
|
Namespace
The namespace is a mandatory statement in the module. We define namespace for URL/URI and for folder structure of generated java code. Here in ONOS YANG plugin, namespace forms a folder structure which in turn will be the package name in java.
...