org.jclouds.googlecomputeengine.functions.internal
Class ParseImages

java.lang.Object
  extended by org.jclouds.http.functions.ParseJson<ListPage<Image>>
      extended by org.jclouds.googlecomputeengine.functions.internal.ParseImages
All Implemented Interfaces:
com.google.common.base.Function<org.jclouds.http.HttpResponse,ListPage<Image>>

public class ParseImages
extends org.jclouds.http.functions.ParseJson<ListPage<Image>>

Author:
David Alves

Nested Class Summary
static class ParseImages.ToPagedIterable
           
 
Field Summary
 
Fields inherited from class org.jclouds.http.functions.ParseJson
json, logger, type
 
Constructor Summary
ParseImages(org.jclouds.json.Json json)
           
 
Method Summary
 
Methods inherited from class org.jclouds.http.functions.ParseJson
apply, apply, apply
 
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
 

Constructor Detail

ParseImages

@Inject
public ParseImages(org.jclouds.json.Json json)


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.