Class QueryProfilesBuilder


  • public class QueryProfilesBuilder
    extends java.lang.Object
    Reads the query profile and query profile types from an application package. The actual reading is delegated to a QueryProfileXMLReader.
    Author:
    bratseth
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      QueryProfiles build​(com.yahoo.config.application.api.ApplicationPackage applicationPackage, com.yahoo.config.application.api.DeployLogger logger)
      Build the set of query profiles for an application package
      • Methods inherited from class java.lang.Object

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

      • QueryProfilesBuilder

        public QueryProfilesBuilder()
    • Method Detail

      • build

        public QueryProfiles build​(com.yahoo.config.application.api.ApplicationPackage applicationPackage,
                                   com.yahoo.config.application.api.DeployLogger logger)
        Build the set of query profiles for an application package