org.jclouds.glesys.compute.functions
Class ServerSpecToHardware

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

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

Author:
Adrian Cole

Method Summary
 Hardware apply(ServerSpec spec)
           
 
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
 

Method Detail

apply

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


Copyright © 2009-2012 jclouds. All Rights Reserved.