org.jclouds.gogrid.compute.suppliers
Class GoGridImageSupplier

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

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

Author:
Adrian Cole

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

Field Detail

GOGRID_OS_PATTERN

public static final Pattern GOGRID_OS_PATTERN

GOGRID_VERSION_PATTERN

public static final Pattern GOGRID_VERSION_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(ServerImage from)


Copyright © 2009-2011 jclouds. All Rights Reserved.