org.apache.whirr.service.jclouds
Class SaveHttpResponseTo

java.lang.Object
  extended by org.jclouds.scriptbuilder.domain.InterpretableStatement
      extended by org.apache.whirr.service.jclouds.SaveHttpResponseTo
All Implemented Interfaces:
org.jclouds.scriptbuilder.domain.Statement

public class SaveHttpResponseTo
extends org.jclouds.scriptbuilder.domain.InterpretableStatement

This class is an improved version of the class already existing in jclouds


Constructor Summary
SaveHttpResponseTo(String dir, String file, String method, URI endpoint, com.google.common.collect.Multimap<String,String> headers)
           
 
Method Summary
 
Methods inherited from class org.jclouds.scriptbuilder.domain.InterpretableStatement
equals, functionDependecies, hashCode, render, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SaveHttpResponseTo

public SaveHttpResponseTo(String dir,
                          String file,
                          String method,
                          URI endpoint,
                          com.google.common.collect.Multimap<String,String> headers)


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.