org.jclouds.digitalocean.compute.functions
Class ImageToImage
java.lang.Object
org.jclouds.digitalocean.compute.functions.ImageToImage
- All Implemented Interfaces:
- com.google.common.base.Function<Image,org.jclouds.compute.domain.Image>
@Singleton
public class ImageToImage
- extends Object
- implements com.google.common.base.Function<Image,org.jclouds.compute.domain.Image>
Transforms an Image to the jclouds portable model.
|
Method Summary |
org.jclouds.compute.domain.Image |
apply(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 |
ImageToImage
public ImageToImage()
apply
public org.jclouds.compute.domain.Image apply(Image input)
- Specified by:
apply in interface com.google.common.base.Function<Image,org.jclouds.compute.domain.Image>
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.