org.jclouds.slicehost.compute.suppliers
Class SlicehostImageSupplier
java.lang.Object
org.jclouds.slicehost.compute.suppliers.SlicehostImageSupplier
- All Implemented Interfaces:
- com.google.common.base.Supplier<Set<? extends Image>>
@Singleton
public class SlicehostImageSupplier
- extends Object
- implements com.google.common.base.Supplier<Set<? extends Image>>
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
@Named(value="jclouds.compute")
protected Logger logger
sync
protected final SlicehostClient sync
slicehostImageToImage
protected final com.google.common.base.Function<Image,Image> slicehostImageToImage
get
public Set<? extends Image> get()
- Specified by:
get
in interface com.google.common.base.Supplier<Set<? extends Image>>
Copyright © 2009-2011 jclouds. All Rights Reserved.