org.jclouds.ovf
Class ProductSection.Builder

java.lang.Object
  extended by org.jclouds.ovf.Section.Builder<ProductSection>
      extended by org.jclouds.ovf.ProductSection.Builder
Enclosing class:
ProductSection

public static class ProductSection.Builder
extends Section.Builder<ProductSection>


Field Summary
protected  Set<Property> properties
           
 
Fields inherited from class org.jclouds.ovf.Section.Builder
info
 
Constructor Summary
ProductSection.Builder()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected Set<Property> properties
Constructor Detail

ProductSection.Builder

public ProductSection.Builder()
Method Detail

property

public ProductSection.Builder property(Property property)
See Also:
ProductSection#getPropertys

properties

public ProductSection.Builder properties(Iterable<Property> properties)
See Also:
ProductSection#getPropertys

build

public ProductSection build()

Overrides:
build in class Section.Builder<ProductSection>

fromDeploymentOptionSection

public ProductSection.Builder fromDeploymentOptionSection(ProductSection in)

fromSection

public ProductSection.Builder fromSection(Section<ProductSection> in)

Overrides:
fromSection in class Section.Builder<ProductSection>

info

public ProductSection.Builder info(String info)

Overrides:
info in class Section.Builder<ProductSection>
See Also:
Section.getInfo()


Copyright © 2009-2011 jclouds. All Rights Reserved.