Add DCAE configuration parsing tools 81/6781/1
authorGuangrong Fu <fu.guangrong@zte.com.cn>
Mon, 7 Aug 2017 03:41:43 +0000 (11:41 +0800)
committerGuangrong Fu <fu.guangrong@zte.com.cn>
Mon, 7 Aug 2017 03:41:43 +0000 (11:41 +0800)
commit0cfd77aa83f4e3e314d125fbaef461e32099c0bc
treef29601148c735eff9c3dee765b6441b6e05e9c4c
parent1e8a0cb8274f753cd629fd261030e75c2d22a709
Add DCAE configuration parsing tools

Add DCAE configurations parsing classes.
Add corresponding unit test codes.

Change-Id: I7711ede272d470af9a596539691ac224cf96fd5d
Issue-ID: HOLMES-25
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
holmes-actions/src/main/java/org/onap/holmes/common/dcae/entity/DcaeConfigurations.java [new file with mode: 0644]
holmes-actions/src/main/java/org/onap/holmes/common/dcae/entity/Rule.java [new file with mode: 0644]
holmes-actions/src/main/java/org/onap/holmes/common/dcae/entity/SecurityInfo.java [new file with mode: 0644]
holmes-actions/src/main/java/org/onap/holmes/common/dcae/utils/DcaeConfigurationParser.java [new file with mode: 0644]
holmes-actions/src/test/java/org/onap/holmes/common/dcae/utils/DcaeConfigurationParserTest.java [new file with mode: 0644]
holmes-actions/src/test/resources/dcae.config.json [new file with mode: 0644]