org.jclouds.softlayer.compute.functions
Class VirtualGuestToImage

java.lang.Object
  extended by org.jclouds.softlayer.compute.functions.VirtualGuestToImage
All Implemented Interfaces:
com.google.common.base.Function<VirtualGuest,org.jclouds.compute.domain.Image>

@Singleton
public class VirtualGuestToImage
extends Object
implements com.google.common.base.Function<VirtualGuest,org.jclouds.compute.domain.Image>


Field Summary
protected  org.jclouds.logging.Logger logger
           
 
Constructor Summary
protected VirtualGuestToImage(OperatingSystemToImage operatingSystemToImage)
           
 
Method Summary
 org.jclouds.compute.domain.Image apply(VirtualGuest from)
           
 
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
 

Field Detail

logger

@Named(value="jclouds.compute")
protected org.jclouds.logging.Logger logger
Constructor Detail

VirtualGuestToImage

@Inject
protected VirtualGuestToImage(OperatingSystemToImage operatingSystemToImage)
Method Detail

apply

public org.jclouds.compute.domain.Image apply(VirtualGuest from)
Specified by:
apply in interface com.google.common.base.Function<VirtualGuest,org.jclouds.compute.domain.Image>


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