aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@ericsson.com>2018-07-24 12:38:24 +0100
committerliamfallon <liam.fallon@ericsson.com>2018-07-25 15:58:53 +0100
commit32c6ed6b8cc4ba7b884508b68e376621fb763f65 (patch)
tree48d9a4705cd97a5b42163f6a6d655a9b38afad45 /.gitignore
parentb40acf2d244058c162a8597968e59f2708e6abf4 (diff)
Add common parameter handling
This common module is proposed to handle all parameters and properties for the ONAP Policy Framework in a common way. Parameters and Properties: - are validated once when they are loaded and need not be checked again in classes that use them - are available for lookup in a parameter service, they need not be passed in constructors and method arguments - are input using a single implementiation of input method only (JSON/YAML/Java properties/REST) - are defined in a schema and the schema is used for validation as much as possible Issue-ID: POLICY-922 Change-Id: I1fac88b9e952b6b5fcbea04319cb4294a9653327 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6089f3af..ae515bd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
.classpath
.jupiter
.pydevproject
+.checkstyle
target
bin
.metadata/