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_NAME_PATTERN
           
protected  Logger logger
           
 
Method Summary
 Set<? extends Image> get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GOGRID_OS_NAME_PATTERN

public static final Pattern GOGRID_OS_NAME_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>>


Copyright © 2009-2010 jclouds. All Rights Reserved.