org.jclouds.slicehost.compute.functions
Class SlicehostImageToOperatingSystem
java.lang.Object
org.jclouds.slicehost.compute.functions.SlicehostImageToOperatingSystem
- All Implemented Interfaces:
- com.google.common.base.Function<Image,OperatingSystem>
@Singleton
public class SlicehostImageToOperatingSystem
- extends Object
- implements com.google.common.base.Function<Image,OperatingSystem>
- Author:
- Adrian Cole
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 |
DEFAULT_PATTERN
public static final Pattern DEFAULT_PATTERN
WINDOWS_PATTERN
public static final Pattern WINDOWS_PATTERN
logger
@Named(value="jclouds.compute")
protected Logger logger
SlicehostImageToOperatingSystem
@Inject
public SlicehostImageToOperatingSystem(Map<OsFamily,Map<String,String>> osVersionMap)
apply
public OperatingSystem apply(Image from)
- Specified by:
apply
in interface com.google.common.base.Function<Image,OperatingSystem>
Copyright © 2009-2011 jclouds. All Rights Reserved.