nl.hippo.client.webdav.method
Class Move

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

public class Move
extends Object

Implements the WebDav MOVE method.


Constructor Summary
Move(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

Move

public Move(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.