commit | f396b85b5815ea0cdfeed96f999ed360e2a9ee9d | [log] [tgz] |
---|---|---|
author | Samuel Kontris <samuel.kontris@pantheon.tech> | Tue Aug 27 17:23:46 2019 +0200 |
committer | Samuel Kontris <samuel.kontris@pantheon.tech> | Tue Aug 27 17:23:46 2019 +0200 |
tree | 4cbc2aeea2d0f3b8d612fc7d18dba1b2a6f50f53 | |
parent | 7a37199ebccccd03bbea9b37df09ef610f89bb01 [diff] |
Fix groupId in lighty.io artifacts Signed-off-by: Samuel Kontris <samuel.kontris@pantheon.tech> Change-Id: I77dd64ebda9b361eab7673e9da389aad810e23f6
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.