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 org.jclouds.compute.domain.Image>,Map<RegionAndName,? extends org.jclouds.compute.domain.Image>>

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


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

apply

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


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