commit | 4f2e9d87f52f9d8cdf30ad9721b8944d9e453f56 | [log] [tgz] |
---|---|---|
author | highstreetherbert <herbert.eiselt@highstreet-technologies.com> | Mon Sep 07 16:11:00 2020 +0200 |
committer | highstreetherbert <herbert.eiselt@highstreet-technologies.com> | Mon Sep 07 16:11:32 2020 +0200 |
tree | 913bd1171a92d1e917d787ac4b808b759e939442 | |
parent | e0906b672c7a43b3a724da8426e8860f69221e97 [diff] |
Fix restconf-client provider dom4j issue change groupid Issue-ID: CCSDK-2738 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: If981c7eec2e54d91142d0bec4aa06cfb35e61f70 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.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.