Blueprints Processor Service 51/63151/1
authorMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Mon, 27 Aug 2018 22:51:18 +0000 (22:51 +0000)
committerMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Mon, 27 Aug 2018 22:51:18 +0000 (22:51 +0000)
commit86242e35b19d81bc2d6aa377928830aed2cf3ba3
tree841d3ebcfa0cb1165ba5ac0015843ccbfa8c6372
parent208cb6ae94922c0198648aea817085793ce8bc47
Blueprints Processor Service

Add component factory for resource resolution component and resource resolution processor factory framework for input and default sources.

Change-Id: Id2eb81454439857a1c252012d883661cb9b3d069
Issue-ID: CCSDK-411
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
ms/blueprintsprocessor/modules/commons/core/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/core/factory/ComponentNodeFactory.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/core/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/core/factory/ResourceAssignmentProcessorFactory.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/services/resolution-service/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/services/resolution/ResourceResolutionComponent.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/services/resolution-service/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/services/resolution/processor/DefaultResourceAssignmentProcessor.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/services/resolution-service/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/services/resolution/processor/InputResourceAssignmentProcessor.kt [new file with mode: 0644]