commit | e0906b672c7a43b3a724da8426e8860f69221e97 | [log] [tgz] |
---|---|---|
author | Kevin Smokowski <kevin.smokowski@att.com> | Mon Aug 31 13:33:39 2020 +0000 |
committer | Kevin Smokowski <kevin.smokowski@att.com> | Mon Aug 31 13:42:26 2020 +0000 |
tree | d6b6f6d192ce514ee619a2131f35c77947366499 | |
parent | 3fb66d237edb2b4ab5a91693ae2a04e0503f3f5a [diff] |
Restapi-call-node: Fix setting truststore, should not set system properties Issue-ID: CCSDK-2637 Change-Id: Ie677cca90d9ed946768e6d93187b20c29ecc2166 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
This source repository contains the code for the CCSDK plugins.
To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".
PropertyNode:
Takes any file then parses it and puts it to the context memory for Directed Graphs access.
Various parameters it takes:
public String fileName; //Name of the file to put to properties
public String contextPrefix; //Any prefix to add for your keys in the Properties context
public Set listNameList;//only applies to XML based file parsing, you can use this to exclude a specific tree to be put to context.
public boolean fileBasedParsing;//enable to do a file based parsing, currently supports JSON and XML.