org.jclouds.rimuhosting.miro.compute.suppliers
Class RimuHostingImageSupplier

java.lang.Object
  extended by org.jclouds.rimuhosting.miro.compute.suppliers.RimuHostingImageSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<Set<? extends Image>>

@Singleton
public class RimuHostingImageSupplier
extends Object
implements com.google.common.base.Supplier<Set<? extends Image>>

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
static Pattern RIMU_PATTERN
           
 
Method Summary
 Set<? extends Image> get()
           
protected  OperatingSystem parseOs(Image from)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RIMU_PATTERN

public static final Pattern RIMU_PATTERN

logger

@Named(value="jclouds.compute")
protected Logger logger
Method Detail

get

public Set<? extends Image> get()
Specified by:
get in interface com.google.common.base.Supplier<Set<? extends Image>>

parseOs

protected OperatingSystem parseOs(Image from)


Copyright © 2009-2012 jclouds. All Rights Reserved.