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,org.jclouds.compute.domain.Hardware>

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

Author:
Adrian Cole

Method Summary
 org.jclouds.compute.domain.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 org.jclouds.compute.domain.Hardware apply(ServerSpec spec)
Specified by:
apply in interface com.google.common.base.Function<ServerSpec,org.jclouds.compute.domain.Hardware>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.