org.jclouds.vcloud.compute.functions
Class HardwareForVApp

java.lang.Object
  extended by org.jclouds.vcloud.compute.functions.HardwareForVApp
All Implemented Interfaces:
com.google.common.base.Function<VApp,Hardware>

public class HardwareForVApp
extends Object
implements com.google.common.base.Function<VApp,Hardware>

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
 
Constructor Summary
protected HardwareForVApp(com.google.common.base.Function<ReferenceType,Location> findLocationForResource, VCloudHardwareBuilderFromResourceAllocations rasdToHardwareBuilder)
           
 
Method Summary
 Hardware apply(VApp 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
 

Field Detail

logger

protected Logger logger
Constructor Detail

HardwareForVApp

@Inject
protected HardwareForVApp(com.google.common.base.Function<ReferenceType,Location> findLocationForResource,
                                 VCloudHardwareBuilderFromResourceAllocations rasdToHardwareBuilder)
Method Detail

apply

public Hardware apply(VApp from)
Specified by:
apply in interface com.google.common.base.Function<VApp,Hardware>


Copyright © 2009-2011 jclouds. All Rights Reserved.