Refactor truststore MainApp (rename to CertificatePostProcessor) 66/112366/4
authorJan Malkiewicz <jan.malkiewicz@nokia.com>
Wed, 9 Sep 2020 12:42:52 +0000 (14:42 +0200)
committerJan Malkiewicz <jan.malkiewicz@nokia.com>
Wed, 9 Sep 2020 13:45:24 +0000 (15:45 +0200)
commitc22f36d5847b75e436a0acbe370a9e1c96008b1d
tree164e0c446ffdb5fa863cda20cdbb590a90ade6ce
parenta9fd6d0a175e647ac36932ce77b91f9e54e97084
Refactor truststore MainApp (rename to CertificatePostProcessor)

- Move common exception handling logic to dedicated class AppExecutor

Issue-ID: DCAEGEN2-2253
Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com>
Change-Id: Ic3cffa155e488258067df22e901ceaa0a2eca5f1
trustStoreMerger/src/main/java/org/onap/oom/truststoremerger/AppExecutor.java [moved from trustStoreMerger/src/test/java/org/onap/oom/truststoremerger/TrustStoreMergerTest.java with 54% similarity]
trustStoreMerger/src/main/java/org/onap/oom/truststoremerger/CertificatePostProcessor.java [moved from trustStoreMerger/src/main/java/org/onap/oom/truststoremerger/TrustStoreMerger.java with 80% similarity]
trustStoreMerger/src/main/java/org/onap/oom/truststoremerger/MainApp.java
trustStoreMerger/src/main/java/org/onap/oom/truststoremerger/api/ExitableException.java
trustStoreMerger/src/test/java/org/onap/oom/truststoremerger/AppExecutorTest.java [new file with mode: 0644]