com.atlassian.confluence.it.web
Class FileUpload

java.lang.Object
  extended by com.atlassian.confluence.it.web.FileUpload

public class FileUpload
extends Object


Constructor Summary
FileUpload()
           
 
Method Summary
 void addClasspathResource(String resourcePath, String contentType, String comment)
           
 void addClasspathResource(String filename, String resourcePath, String contentType, String comment)
           
 void addResource(org.apache.commons.httpclient.methods.multipart.PartSource partSource, String contentType, String comment)
           
 org.apache.commons.httpclient.HttpMethod toRequest(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUpload

public FileUpload()
Method Detail

addClasspathResource

public void addClasspathResource(String resourcePath,
                                 String contentType,
                                 String comment)

addClasspathResource

public void addClasspathResource(String filename,
                                 String resourcePath,
                                 String contentType,
                                 String comment)

addResource

public void addResource(org.apache.commons.httpclient.methods.multipart.PartSource partSource,
                        String contentType,
                        String comment)

toRequest

public org.apache.commons.httpclient.HttpMethod toRequest(String url)


Copyright © 2003-2013 Atlassian. All Rights Reserved.