org.skunk.dav.client.method
Class MoveMethod

java.lang.Object
  |
  +--org.skunk.dav.client.AbstractDAVMethod
        |
        +--org.skunk.dav.client.method.CopyMethod
              |
              +--org.skunk.dav.client.method.MoveMethod
All Implemented Interfaces:
DAVMethod

public class MoveMethod
extends CopyMethod


Constructor Summary
MoveMethod(java.lang.String source, java.lang.String destination)
           
MoveMethod(java.lang.String source, java.lang.String destination, boolean overwrite, Depth depth)
           
 
Method Summary
 DAVMethodName getRequestMethodName()
          returns the method name
 
Methods inherited from class org.skunk.dav.client.method.CopyMethod
processRequestHeaders, setDestLockToken, setSourceLockToken
 
Methods inherited from class org.skunk.dav.client.AbstractDAVMethod
extractStatus, getDAVFile, getHost, getPort, getProtocol, getRequestBody, getRequestHeaders, getRequestURL, getResponseBody, getResponseHeaders, getStatus, processPropElement, processRequestBody, processResponseBody, processResponseHeaders, setHost, setPort, setProtocol, setRequestBody, setRequestHeaders, setResponseBody, setResponseHeaders, setStatus, stripLastSlash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveMethod

public MoveMethod(java.lang.String source,
                  java.lang.String destination,
                  boolean overwrite,
                  Depth depth)

MoveMethod

public MoveMethod(java.lang.String source,
                  java.lang.String destination)
Method Detail

getRequestMethodName

public DAVMethodName getRequestMethodName()
Description copied from interface: DAVMethod
returns the method name
Overrides:
getRequestMethodName in class CopyMethod
Following copied from interface: org.skunk.dav.client.DAVMethod
Returns:
the DAVMethodName of the method