Initial commit for appc-config-params 23/7423/4
authorAnand Chaturvedi <ac204h@att.com>
Sat, 12 Aug 2017 05:31:10 +0000 (01:31 -0400)
committerAnand Chaturvedi <ac204h@att.com>
Mon, 14 Aug 2017 20:11:44 +0000 (16:11 -0400)
commit0df7ab4f7ef0bfb21797775ec41fcdfb94e2270c
tree403ebc2806491d70aa8b494b0f2a92e5f1ae6a74
parent4971579332666d84721c2635b6d978f31b1ea5e9
Initial commit for appc-config-params

Change-Id: I5805591892184b4456dd30639417d783d353a6a3
Signed-off-by: Anand Chaturvedi <ac204h@att.com>
Issue-Id:APPC-9
45 files changed:
appc-config/.gitignore [new file with mode: 0644]
appc-config/appc-config-params/.gitignore [new file with mode: 0644]
appc-config/appc-config-params/features/.gitignore [new file with mode: 0644]
appc-config/appc-config-params/features/pom.xml [new file with mode: 0644]
appc-config/appc-config-params/features/src/main/resources/features.xml [new file with mode: 0644]
appc-config/appc-config-params/installer/pom.xml [new file with mode: 0644]
appc-config/appc-config-params/installer/src/assembly/assemble_installer_zip.xml [new file with mode: 0644]
appc-config/appc-config-params/installer/src/assembly/assemble_mvnrepo_zip.xml [new file with mode: 0644]
appc-config/appc-config-params/installer/src/main/resources/scripts/install-feature.sh [new file with mode: 0644]
appc-config/appc-config-params/pom.xml [new file with mode: 0644]
appc-config/appc-config-params/provider/.gitignore [new file with mode: 0644]
appc-config/appc-config-params/provider/pom.xml [new file with mode: 0644]
appc-config/appc-config-params/provider/src/main/java/org/openecomp/sdnc/config/params/ParamsHandlerActivator.java [new file with mode: 0644]
appc-config/appc-config-params/provider/src/main/java/org/openecomp/sdnc/config/params/ParamsHandlerConstant.java [new file with mode: 0644]
appc-config/appc-config-params/provider/src/main/java/org/openecomp/sdnc/config/params/data/Parameter.java [new file with mode: 0644]
appc-config/appc-config-params/provider/src/main/java/org/openecomp/sdnc/config/params/data/PropertyDefinition.java [new file with mode: 0644]
appc-config/appc-config-params/provider/src/main/java/org/openecomp/sdnc/config/params/data/RequestKey.java [new file with mode: 0644]
appc-config/appc-config-params/provider/src/main/java/org/openecomp/sdnc/config/params/data/ResponseKey.java [new file with mode: 0644]
appc-config/appc-config-params/provider/src/main/java/org/openecomp/sdnc/config/params/parser/PropertyDefinitionNode.java [new file with mode: 0644]
appc-config/appc-config-params/provider/src/main/java/org/openecomp/sdnc/config/params/transformer/ArtificatTransformer.java [new file with mode: 0644]
appc-config/appc-config-params/provider/src/main/java/org/openecomp/sdnc/config/params/transformer/tosca/ArtifactProcessor.java [new file with mode: 0644]
appc-config/appc-config-params/provider/src/main/java/org/openecomp/sdnc/config/params/transformer/tosca/ArtifactProcessorFactory.java [new file with mode: 0644]
appc-config/appc-config-params/provider/src/main/java/org/openecomp/sdnc/config/params/transformer/tosca/ArtifactProcessorImpl.java [new file with mode: 0644]
appc-config/appc-config-params/provider/src/main/java/org/openecomp/sdnc/config/params/transformer/tosca/exceptions/ArtifactProcessorException.java [new file with mode: 0644]
appc-config/appc-config-params/provider/src/main/resources/adaptor.properties [new file with mode: 0644]
appc-config/appc-config-params/provider/src/test/java/org/openecomp/sdnc/config/params/parser/TestPropertyDefinitionNode.java [new file with mode: 0644]
appc-config/appc-config-params/provider/src/test/java/org/openecomp/sdnc/config/params/transformer/tosca/TestArtifactProcessor.java [new file with mode: 0644]
appc-config/appc-config-params/provider/src/test/java/org/openecomp/sdnc/config/params/transformer/tosca/TestGenerateArtifactObject.java [new file with mode: 0644]
appc-config/appc-config-params/provider/src/test/java/org/openecomp/sdnc/config/params/transformer/tosca/TestGenerateArtifactString.java [new file with mode: 0644]
appc-config/appc-config-params/provider/src/test/java/org/openecomp/sdnc/config/params/transformer/tosca/TestPropertyQueryString.java [new file with mode: 0644]
appc-config/appc-config-params/provider/src/test/java/org/openecomp/sdnc/config/params/transformer/tosca/TestReadArtifact.java [new file with mode: 0644]
appc-config/appc-config-params/provider/src/test/resources/parser/merge-param.json [new file with mode: 0644]
appc-config/appc-config-params/provider/src/test/resources/parser/pd.yaml [new file with mode: 0644]
appc-config/appc-config-params/provider/src/test/resources/parser/request-param.json [new file with mode: 0644]
appc-config/appc-config-params/provider/src/test/resources/parser/system-param.json [new file with mode: 0644]
appc-config/appc-config-params/provider/src/test/resources/tosca/ExamplePropertyDefinition.yml [new file with mode: 0644]
appc-config/appc-config-params/provider/src/test/resources/tosca/ExamplePropertyDefinition2.yml [new file with mode: 0644]
appc-config/appc-config-params/provider/src/test/resources/tosca/ExamplePropertyDefinition3.yml [new file with mode: 0644]
appc-config/appc-config-params/provider/src/test/resources/tosca/ExamplePropertyDefinition4.yml [new file with mode: 0644]
appc-config/appc-config-params/provider/src/test/resources/tosca/ExpectedTosca.yml [new file with mode: 0644]
appc-config/appc-config-params/provider/src/test/resources/tosca/ReadArtifactNegetiveInputTosca.yml [new file with mode: 0644]
appc-config/appc-config-params/provider/src/test/resources/tosca/ReadArtifactPositiveInputTosca.yml [new file with mode: 0644]
appc-config/jacoco.exec [new file with mode: 0644]
appc-config/pom.xml [new file with mode: 0644]
pom.xml