org.jclouds.gogrid.compute.functions
Class OptionToLocation

java.lang.Object
  extended by org.jclouds.gogrid.compute.functions.OptionToLocation
All Implemented Interfaces:
com.google.common.base.Function<Option,Location>

@Singleton
public class OptionToLocation
extends Object
implements com.google.common.base.Function<Option,Location>

Author:
Adrian Cole

Method Summary
 Location apply(Option 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
 

Method Detail

apply

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


Copyright © 2009-2012 jclouds. All Rights Reserved.