Added some tools for DCAE CBS removal 90/125990/1
authorGuangrong Fu <fu.guangrong@zte.com.cn>
Wed, 1 Dec 2021 02:07:41 +0000 (10:07 +0800)
committerGuangrong Fu <fu.guangrong@zte.com.cn>
Wed, 1 Dec 2021 02:07:41 +0000 (10:07 +0800)
commita62d077d7fd026ce1e1dec63531d5b2fb4bd6e05
tree4a6d9872c7ccce45416728c0c248908b1baaa2e5
parentea17a8c0947cbe1a15e8f824a45f40006d70b1bd
Added some tools for DCAE CBS removal

Issue-ID: HOLMES-488
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Change-Id: I7834ee58ae9be6d502b5160897f3ed8c2ee46838
holmes-actions/pom.xml
holmes-actions/src/main/java/org/onap/holmes/common/ConfigFileScanner.java [new file with mode: 0644]
holmes-actions/src/main/java/org/onap/holmes/common/utils/FileUtils.java [new file with mode: 0644]
holmes-actions/src/test/java/org/onap/holmes/common/ConfigFileScannerTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/onap/holmes/common/utils/FileUtilsTest.java [new file with mode: 0644]
holmes-actions/src/test/resources/ConfigFileScannerEmpty.txt [new file with mode: 0644]
holmes-actions/src/test/resources/ConfigFileScannerTestData.txt [new file with mode: 0644]
pom.xml