org.jclouds.servermanager.compute.functions
Class ServerManagerImageToImage
java.lang.Object
org.jclouds.servermanager.compute.functions.ServerManagerImageToImage
- All Implemented Interfaces:
- com.google.common.base.Function<Image,org.jclouds.compute.domain.Image>
@Singleton
public class ServerManagerImageToImage
- extends Object
- implements com.google.common.base.Function<Image,org.jclouds.compute.domain.Image>
- Author:
- Adrian Cole
|
Field Summary |
protected org.jclouds.logging.Logger |
logger
|
|
Method Summary |
org.jclouds.compute.domain.Image |
apply(Image 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 |
logger
@Named(value="jclouds.compute")
protected org.jclouds.logging.Logger logger
ServerManagerImageToImage
public ServerManagerImageToImage()
apply
public org.jclouds.compute.domain.Image apply(Image from)
- Specified by:
apply in interface com.google.common.base.Function<Image,org.jclouds.compute.domain.Image>
Copyright © 2009-2013 jclouds. All Rights Reserved.