Class SemanticRuleBuilder


  • public class SemanticRuleBuilder
    extends java.lang.Object
    Reads the semantic rules from the application package by delegating to SemanticRules.
    Author:
    bratseth
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SemanticRules build​(com.yahoo.config.application.api.ApplicationPackage applicationPackage)
      Build the set of semantic rules for an application package
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SemanticRuleBuilder

        public SemanticRuleBuilder()
    • Method Detail

      • build

        public SemanticRules build​(com.yahoo.config.application.api.ApplicationPackage applicationPackage)
        Build the set of semantic rules for an application package