org.jclouds.softlayer.compute.functions
Class OperatingSystemToImage

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

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


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

OperatingSystemToImage

public OperatingSystemToImage()
Method Detail

apply

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


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