org.jclouds.rimuhosting.miro.compute.functions
Class RimuHostingImageToImage

java.lang.Object
  extended by org.jclouds.rimuhosting.miro.compute.functions.RimuHostingImageToImage
All Implemented Interfaces:
com.google.common.base.Function<Image,Image>

@Singleton
public class RimuHostingImageToImage
extends Object
implements com.google.common.base.Function<Image,Image>

Author:
Adrian Cole

Field Summary
static Pattern RIMU_PATTERN
           
 
Constructor Summary
RimuHostingImageToImage()
           
 
Method Summary
 Image apply(Image from)
           
protected  OperatingSystem parseOs(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
 

Field Detail

RIMU_PATTERN

public static final Pattern RIMU_PATTERN
Constructor Detail

RimuHostingImageToImage

public RimuHostingImageToImage()
Method Detail

apply

public Image apply(Image from)
Specified by:
apply in interface com.google.common.base.Function<Image,Image>

parseOs

protected OperatingSystem parseOs(Image from)


Copyright © 2009-2012 jclouds. All Rights Reserved.