nl.hippo.client.webdav.method
Class Copy

java.lang.Object
  extended by nl.hippo.client.webdav.method.Copy

public class Copy
extends Object

Implements the WebDav MOVE method.


Constructor Summary
Copy(WebdavConfig config)
           
 
Method Summary
 WebdavResponse execute(DocumentPath srcPath, DocumentPath destPath, boolean overwrite)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Copy

public Copy(WebdavConfig config)
Method Detail

execute

public WebdavResponse execute(DocumentPath srcPath,
                              DocumentPath destPath,
                              boolean overwrite)
                       throws ClientException
Throws:
ClientException


Copyright © 2006-2009 Hippo. All Rights Reserved.