@Singleton public class ServerImageToImage extends Object implements com.google.common.base.Function<ServerImage,org.jclouds.compute.domain.Image>
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
GOGRID_OS_PATTERN |
static Pattern |
GOGRID_VERSION_PATTERN |
protected org.jclouds.logging.Logger |
logger |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.domain.Image |
apply(ServerImage from) |
protected org.jclouds.compute.domain.OperatingSystem |
parseOs(ServerImage from) |
public static final Pattern GOGRID_OS_PATTERN
public static final Pattern GOGRID_VERSION_PATTERN
@Named(value="jclouds.compute") protected org.jclouds.logging.Logger logger
protected org.jclouds.compute.domain.OperatingSystem parseOs(ServerImage from)
public org.jclouds.compute.domain.Image apply(ServerImage from)
apply in interface com.google.common.base.Function<ServerImage,org.jclouds.compute.domain.Image>Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.