Class ChainSpecificationBuilder


  • public class ChainSpecificationBuilder
    extends java.lang.Object
    Creates a partial ChainSpecification without inner components
    Author:
    Tony Vaagenes
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.yahoo.component.chain.model.ChainSpecification build​(java.util.Set<com.yahoo.component.ComponentSpecification> outerComponentReferences)  
      • Methods inherited from class java.lang.Object

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

      • ChainSpecificationBuilder

        public ChainSpecificationBuilder​(org.w3c.dom.Element chainElement)
    • Method Detail

      • build

        public com.yahoo.component.chain.model.ChainSpecification build​(java.util.Set<com.yahoo.component.ComponentSpecification> outerComponentReferences)