commit | 8b39ca99c8a49197b05f8fea7de9a1606c810e63 | [log] [tgz] |
---|---|---|
author | Ganesh Chandrasekaran <ganesh.c@samsung.com> | Tue Jul 24 16:40:14 2018 +0900 |
committer | Ganesh Chandrasekaran <ganesh.c@samsung.com> | Tue Jul 24 18:05:43 2018 +0900 |
tree | e32f32de0f9190046e04ac685751c434008fb09c | |
parent | d6a56cd8f71cc196083c6ab16e86d24c7c89f9ef [diff] |
SSHApiCallNode sshExec API Impl Issue-ID: CCSDK-385 Change-Id: I430f9075ced10edb49062fc12091774e91611b32 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.