org.jclouds.cim.functions
Class HardwareBuilderFromResourceAllocations

java.lang.Object
  extended by org.jclouds.cim.functions.HardwareBuilderFromResourceAllocations
All Implemented Interfaces:
com.google.common.base.Function<Iterable<? extends ResourceAllocationSettingData>,HardwareBuilder>
Direct Known Subclasses:
VCloudHardwareBuilderFromResourceAllocations

@Singleton
public class HardwareBuilderFromResourceAllocations
extends Object
implements com.google.common.base.Function<Iterable<? extends ResourceAllocationSettingData>,HardwareBuilder>

Author:
Adrian Cole

Constructor Summary
HardwareBuilderFromResourceAllocations()
           
 
Method Summary
 HardwareBuilder apply(Iterable<? extends ResourceAllocationSettingData> from)
           
 Volume apply(ResourceAllocationSettingData from)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

HardwareBuilderFromResourceAllocations

public HardwareBuilderFromResourceAllocations()
Method Detail

apply

public HardwareBuilder apply(Iterable<? extends ResourceAllocationSettingData> from)
Specified by:
apply in interface com.google.common.base.Function<Iterable<? extends ResourceAllocationSettingData>,HardwareBuilder>

apply

public Volume apply(ResourceAllocationSettingData from)


Copyright © 2009-2011 jclouds. All Rights Reserved.