Add command line handler 23/120423/3
authoradheli.tavares <adheli.tavares@est.tech>
Fri, 9 Apr 2021 10:51:05 +0000 (11:51 +0100)
committeradheli.tavares <adheli.tavares@est.tech>
Tue, 13 Apr 2021 12:38:54 +0000 (13:38 +0100)
commit1cb818e3cbd6154762f908be8698317fa10fbc49
tree3d6b5e5d3d3071d13a29485a63f7c42b8b6edd6e
parent04623fef95f2b164d79ad48de2ef3708d02eda80
Add command line handler

Added a Handler for command line classes to share common strucutures.

Issue-ID: POLICY-3128
Change-Id: I662911c467faf5c39b8db018bb1a564fba7587a6
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
utils/pom.xml
utils/src/main/java/org/onap/policy/common/utils/cmd/CommandLineArgumentsHandler.java [new file with mode: 0644]
utils/src/main/java/org/onap/policy/common/utils/cmd/CommandLineException.java [new file with mode: 0644]
utils/src/test/java/org/onap/policy/common/utils/cmd/TestCommandLineArguments.java [new file with mode: 0644]
utils/src/test/java/org/onap/policy/common/utils/resources/ResourceUtilsTest.java
utils/src/test/resources/cmdFiles/configuration.json [new file with mode: 0644]
utils/src/test/resources/cmdFiles/property.json [new file with mode: 0644]
utils/src/test/resources/version.txt [new file with mode: 0644]