org.jclouds.elasticstack.compute.functions
Class WellKnownImageToImage
java.lang.Object
org.jclouds.elasticstack.compute.functions.WellKnownImageToImage
- All Implemented Interfaces:
- com.google.common.base.Function<DriveInfo,org.jclouds.compute.domain.Image>
@Singleton
public class WellKnownImageToImage
- extends Object
- implements com.google.common.base.Function<DriveInfo,org.jclouds.compute.domain.Image>
- Author:
- Adrian Cole
|
Method Summary |
org.jclouds.compute.domain.Image |
apply(DriveInfo drive)
|
| 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 |
WellKnownImageToImage
@Inject
public WellKnownImageToImage(com.google.common.base.Supplier<org.jclouds.domain.Location> locationSupplier,
Map<String,WellKnownImage> preinstalledImages,
Map<String,org.jclouds.domain.Credentials> credentialStore)
apply
public org.jclouds.compute.domain.Image apply(DriveInfo drive)
- Specified by:
apply in interface com.google.common.base.Function<DriveInfo,org.jclouds.compute.domain.Image>
Copyright © 2009-2013 jclouds. All Rights Reserved.