summaryrefslogtreecommitdiffstats
path: root/actn-interface-tools/global-control
AgeCommit message (Collapse)AuthorFilesLines
2023-06-20[actn-interface-tools] Added global-app module. Deleted some unused ↵ruilin cai8-0/+1024
comments. Changed some import expressions. global-app module: this module is under global-control module which is parallel with global-api module. It is used to contain implementations of interfaces in global-api module. Those implementations are able to control the lifecycle of objects in this OSS actn sdk. Change-Id: I2032b9485a0b625193cb0b22f960d4f8739efa77 Signed-off-by: ruilin cai <ruilin.cai@huawei.com> Issue-ID: INT-2213 Signed-off-by: ruilin cai <ruilin.cai@huawei.com>
2023-06-20[actn-interface-tools] Added files in global-api module and yang-utils ↵ruilin cai10-2/+359
module. Amend files in actn-client module. Added files including several interfaces and abstract class in global-api module. Added filed with function of converting between yang pojo and json. Deleted some unnessessary files in actn-client module and added copyright to each files. Issue-ID: INT-2213 Change-Id: I9958b6950fa96bd3a1566190d976ddbec4543982 Signed-off-by: ruilin cai <ruilin.cai@huawei.com>
2023-06-16[actn-interface-tools] Add restconf module. Create empty shell for ↵ruilin cai1-0/+31
global-control and yang-utils modules. Add copyrights and delete unessessary comments and unneeded resource files. restconf module: This module is to send restful request to SDN by using restconf. It acts as a client to send restful requests to the SDN server. global-control module: This module controls the lifecycle and initiation of objects in other modules. yang-utils module: This module response for transferring between yang pojo and json. Also in this commit delete unneeded resource files, add copyrights to the maven pom files and delete some unnessessary comments. Change-Id: Idfc04649285bd6c5b67b1cc6c2115bf4bb267660 Signed-off-by: ruilin cai <ruilin.cai@huawei.com> Issue-ID: INT-2213 Signed-off-by: ruilin cai <ruilin.cai@huawei.com>