Class GenericChainedComponentModelBuilder

  • Direct Known Subclasses:
    ChainedComponentModelBuilder

    public abstract class GenericChainedComponentModelBuilder
    extends java.lang.Object
    reads the common attributes and elements of all chained component elements.
    Author:
    Tony Vaagenes
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.yahoo.component.ComponentSpecification componentId  
      protected com.yahoo.component.chain.dependencies.Dependencies dependencies  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract com.yahoo.component.chain.model.ChainedComponentModel build()  
      protected com.yahoo.component.ComponentSpecification readComponentId​(org.w3c.dom.Element spec)  
      • Methods inherited from class java.lang.Object

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

      • componentId

        protected final com.yahoo.component.ComponentSpecification componentId
      • dependencies

        protected final com.yahoo.component.chain.dependencies.Dependencies dependencies
    • Constructor Detail

      • GenericChainedComponentModelBuilder

        public GenericChainedComponentModelBuilder​(org.w3c.dom.Element spec)
    • Method Detail

      • readComponentId

        protected com.yahoo.component.ComponentSpecification readComponentId​(org.w3c.dom.Element spec)
      • build

        protected abstract com.yahoo.component.chain.model.ChainedComponentModel build()