Class InheritanceBuilder
- java.lang.Object
-
- com.yahoo.vespa.model.builder.xml.dom.chains.InheritanceBuilder
-
public class InheritanceBuilder extends Object
Build an Inheritance object from an inheritance section.- Author:
- Tony Vaagenes
-
-
Constructor Summary
Constructors Constructor Description InheritanceBuilder(Element spec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.yahoo.component.chain.model.ChainSpecification.Inheritance
build()
-
-
-
Constructor Detail
-
InheritanceBuilder
public InheritanceBuilder(Element spec)
-
-