Clone this repo:
  1. 8aafc05 Release version 1.1.0 of sli/plugins by Dan Timoney · 4 years ago master
  2. 1668af4 Disable external entities reference by Dan Timoney · 4 years, 1 month ago
  3. c373958 Roll to initial Honolulu release version by Dan Timoney · 4 years, 3 months ago
  4. 7fc8ec9 Release M4 version of sli/plugins by Dan Timoney · 4 years, 3 months ago
  5. 55368df Update lifecycle state by Dan Timoney · 4 years, 3 months ago

This source repository contains the code for the CCSDK plugins.

To compile this code:

  1. 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.

  2. To compile, run "mvn clean install".

PropertyNode:

  1. Takes any file then parses it and puts it to the context memory for Directed Graphs access.

  2. 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.