Introduce YangTextSchemaSourceSet 34/116334/4
authorClaudio David Gasparini <claudio.gasparini@pantheon.tech>
Mon, 14 Dec 2020 08:49:13 +0000 (09:49 +0100)
committerClaudio David Gasparini <claudio.gasparini@pantheon.tech>
Wed, 16 Dec 2020 09:49:26 +0000 (09:49 +0000)
commit0e9a8a51e51c7f3f90e4eae4b9907558b39818f8
tree0898b160c242963bc4593f080475913d6859d38b
parentc040bcb4ae61177b1aa691f059d19c96c6cfff7b
Introduce YangTextSchemaSourceSet

Common interface among all layers.
YangTextSchemaSourceSet responsability is to provide all
yang model required information of an YangSchema.

Issue-ID: CPS-21
Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech>
Change-Id: I9cba490dec25defbddbb3524c6d6c1535bee63bc
cps-service/pom.xml
cps-service/src/main/java/org/onap/cps/utils/YangUtils.java
cps-service/src/main/java/org/onap/cps/yang/YangTextSchemaSourceSet.java [new file with mode: 0644]
cps-service/src/main/java/org/onap/cps/yang/YangTextSchemaSourceSetBuilder.java [new file with mode: 0644]
cps-service/src/test/groovy/org/onap/cps/utils/YangUtilsSpec.groovy