org.jclouds.gogrid.compute.suppliers
Class GoGridImageSupplier
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.