org.jclouds.servermanager.compute.functions
Class ServerManagerHardwareToHardware

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

@Singleton
public class ServerManagerHardwareToHardware
extends Object
implements com.google.common.base.Function<Hardware,Hardware>

Author:
Adrian Cole

Constructor Summary
ServerManagerHardwareToHardware()
           
 
Method Summary
 Hardware apply(Hardware 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

ServerManagerHardwareToHardware

public ServerManagerHardwareToHardware()
Method Detail

apply

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


Copyright © 2009-2011 jclouds. All Rights Reserved.