commit | e80efa0dbe903e976f5b2799144658c7ba02e534 | [log] [tgz] |
---|---|---|
author | ramverma <ram.krishna.verma@ericsson.com> | Thu Sep 13 16:31:35 2018 +0100 |
committer | ramverma <ram.krishna.verma@ericsson.com> | Thu Sep 13 22:06:26 2018 +0100 |
tree | 231204269e12123ea3577679bcf91de2a39500e9 | |
parent | 31def9f82514182e6761fac5ecae70333155aabc [diff] |
Adding policy decoder to extract file from csar * Adding decoder configuration parameters infrastructure to support plugin based architecture. Adding a new policy decoder after this will be just creating a new decoder class and its corresponding parameter class. * Adding a new decoder which extracts policy file from given csar. It is written in a generic way to extract file for any pdp like apex, drools. * Adding configuration parameters for the new decoder. The policy file name and policy type is passed as parameter to the decoder. * Fixing few broken package declaration in pdpx decoder tests. * Adding test cases for all code changes. Change-Id: I95e68cebce0f9747ca63b090f9b9116ce8836939 Issue-ID: POLICY-1101 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Copyright 2018 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains the ONAP Policy SDC Service Distribution code.
To build it using Maven 3, run: mvn clean install