Class ServerImageToImage
java.lang.Object
org.jclouds.gogrid.compute.functions.ServerImageToImage
- All Implemented Interfaces:
com.google.common.base.Function<ServerImage,
,Image> Function<ServerImage,
Image>
@Singleton
public class ServerImageToImage
extends Object
implements com.google.common.base.Function<ServerImage,Image>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionapply
(ServerImage from) protected OperatingSystem
parseOs
(ServerImage 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 Details
-
GOGRID_OS_PATTERN
-
GOGRID_VERSION_PATTERN
-
logger
-
-
Method Details
-
parseOs
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<ServerImage,
Image> - Specified by:
apply
in interfaceFunction<ServerImage,
Image>
-