org.jclouds.ec2.compute.functions
Class ImagesToRegionAndIdMap

java.lang.Object
  extended by org.jclouds.ec2.compute.functions.ImagesToRegionAndIdMap
All Implemented Interfaces:
com.google.common.base.Function<Iterable<? extends Image>,Map<RegionAndName,? extends Image>>

@Singleton
public class ImagesToRegionAndIdMap
extends Object
implements com.google.common.base.Function<Iterable<? extends Image>,Map<RegionAndName,? extends Image>>

Author:
Adrian Cole

Constructor Summary
ImagesToRegionAndIdMap()
           
 
Method Summary
 Map<RegionAndName,? extends Image> apply(Iterable<? extends Image> input)
           
static Map<RegionAndName,? extends Image> imagesToMap(Iterable<? extends Image> input)
           
 
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

ImagesToRegionAndIdMap

public ImagesToRegionAndIdMap()
Method Detail

imagesToMap

public static Map<RegionAndName,? extends Image> imagesToMap(Iterable<? extends Image> input)

apply

public Map<RegionAndName,? extends Image> apply(Iterable<? extends Image> input)
Specified by:
apply in interface com.google.common.base.Function<Iterable<? extends Image>,Map<RegionAndName,? extends Image>>


Copyright © 2009-2012 jclouds. All Rights Reserved.