commit | d7d5ea0fe2e9bf6c5222174df2bdd80192b9d6ee | [log] [tgz] |
---|---|---|
author | gaurav <gaurav.agrawal@huawei.com> | Wed Jul 18 19:39:10 2018 +0530 |
committer | gaurav <gaurav.agrawal@huawei.com> | Fri Jul 20 22:16:08 2018 +0530 |
tree | d45c061638a355866155c71d6c0a3bdbab52f34e | |
parent | d6a56cd8f71cc196083c6ab16e86d24c7c89f9ef [diff] |
API for RestconfClient API for RestconfClient including: - RestconfApiCallNode - RestconfDiscoveryNode Change-Id: Ieda6251b91b6d399cd0106993c3fdd1a440d5b0a Issue-ID: CCSDK-371 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.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.