commit | d6a56cd8f71cc196083c6ab16e86d24c7c89f9ef | [log] [tgz] |
---|---|---|
author | Ganesh Chandrasekaran <ganesh.c@samsung.com> | Thu Jul 19 11:17:06 2018 +0900 |
committer | Ganesh Chandrasekaran <ganesh.c@samsung.com> | Thu Jul 19 15:14:19 2018 +0900 |
tree | 6f1a7f481d0f4cecbc658c43260c1a56c35c79e8 | |
parent | 6603a6b208f454e87215047a3116ca6d40cc56c2 [diff] |
SSHApiCallNode API definition Issue-ID: CCSDK-384 Change-Id: I558bb774081074fbd1c541512d767a9ca5d1f866 Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.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.