org.jclouds.digitalocean.compute.functions
Class ImageToImage

java.lang.Object
  extended by 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.

Author:
Sergi Castro, Ignasi Barrera

Constructor Summary
ImageToImage()
           
 
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
 

Constructor Detail

ImageToImage

public ImageToImage()
Method Detail

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.