Fixed the Policy API issues and Bugfixes
[policy/engine.git] / PolicyEngineAPI / src / main / java / org / openecomp / policy / api / RuleProvider.java
index 0bd8bd9..99f075a 100644 (file)
@@ -40,7 +40,11 @@ public enum RuleProvider {
        /**
         * Indicates Guard YAML will be providing the Rule information.
         */
-       GUARD_YAML("GUARD_YAML")
+       GUARD_YAML("GUARD_YAML"),
+       /**
+        * Indicates Guard BLACKLIST YAML 
+        */
+       GUARD_BL_YAML("GUARD_BL_YAML")
        ;
        
        private String name;