Class DependenciesBuilder


  • public class DependenciesBuilder
    extends java.lang.Object
    Builds Dependencies (provides, before, after) from an element.
    Author:
    Tony Vaagenes
    • Constructor Summary

      Constructors 
      Constructor Description
      DependenciesBuilder​(org.w3c.dom.Element spec)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.yahoo.component.chain.dependencies.Dependencies build()  
      • Methods inherited from class java.lang.Object

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

      • DependenciesBuilder

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

      • build

        public com.yahoo.component.chain.dependencies.Dependencies build()