X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=README.md;h=05e536b16a95c3c82e1213caf0f0591ef0de064f;hb=7a37199ebccccd03bbea9b37df09ef610f89bb01;hp=3ad2eae11b3d61efdd1306ffb7976e41f4ab59b9;hpb=9042880234791fbe2e0ef033091ba93cb7f088f5;p=ccsdk%2Fsli%2Fplugins.git diff --git a/README.md b/README.md index 3ad2eae1..05e536b1 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,14 @@ To compile this code: 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. \ No newline at end of file