SDNC Blueprints Processor Model Validator 65/64565/1
authorSingal, Kapil (ks220y) <ks220y@att.com>
Wed, 5 Sep 2018 02:23:23 +0000 (22:23 -0400)
committerSingal, Kapil (ks220y) <ks220y@att.com>
Wed, 5 Sep 2018 02:23:23 +0000 (22:23 -0400)
commit1a990c52d7269a35052c874c0d971d848f86fac5
treed90e9c9f50e6446979dc898fb1b3609239873485
parent1ebe1fde1c94bc8c3bdf794465c2244fda38c6b0
SDNC Blueprints Processor Model Validator

Creating SDN Controller Blueprints Processor Model Validator API

Change-Id: I0df5ade443cacf92fac22c180e5e3159447b02d8
Issue-ID: CCSDK-499
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
blueprints-processor/plugin/model-provider/src/main/java/org/onap/ccsdk/config/model/validator/DataTypeValidator.java [new file with mode: 0644]
blueprints-processor/plugin/model-provider/src/main/java/org/onap/ccsdk/config/model/validator/NodeTypeValidator.java [new file with mode: 0644]
blueprints-processor/plugin/model-provider/src/main/java/org/onap/ccsdk/config/model/validator/PropertyDefinitionValidator.java [new file with mode: 0644]
blueprints-processor/plugin/model-provider/src/main/java/org/onap/ccsdk/config/model/validator/ResourceAssignmentValidator.java [new file with mode: 0644]
blueprints-processor/plugin/model-provider/src/main/java/org/onap/ccsdk/config/model/validator/ServiceTemplateValidator.java [new file with mode: 0644]
blueprints-processor/plugin/model-provider/src/main/java/org/onap/ccsdk/config/model/validator/TopologyTemplateValidator.java [new file with mode: 0644]