public static class ProductSection.Builder extends Section.Builder<ProductSection>
| Modifier and Type | Field and Description |
|---|---|
protected Set<Property> |
properties |
info| Constructor and Description |
|---|
ProductSection.Builder() |
| Modifier and Type | Method and Description |
|---|---|
ProductSection |
build() |
ProductSection.Builder |
fromDeploymentOptionSection(ProductSection in) |
ProductSection.Builder |
fromSection(Section<ProductSection> in) |
ProductSection.Builder |
info(String info) |
ProductSection.Builder |
properties(Iterable<Property> properties) |
ProductSection.Builder |
property(Property property) |
public ProductSection.Builder property(Property property)
ProductSection#getPropertyspublic ProductSection.Builder properties(Iterable<Property> properties)
ProductSection#getPropertyspublic ProductSection build()
build in class Section.Builder<ProductSection>public ProductSection.Builder fromDeploymentOptionSection(ProductSection in)
public ProductSection.Builder fromSection(Section<ProductSection> in)
fromSection in class Section.Builder<ProductSection>public ProductSection.Builder info(String info)
info in class Section.Builder<ProductSection>Section.getInfo()Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.