org.skunk.dav.client
Class DAVMethodName

java.lang.Object
  |
  +--org.skunk.dav.client.DAVMethodName

public class DAVMethodName
extends java.lang.Object

Object wrapper for the various DAV methods.


Field Summary
static DAVMethodName COPY
           
static DAVMethodName DELETE
           
static DAVMethodName GET
           
static DAVMethodName HEAD
           
static DAVMethodName LOCK
           
static DAVMethodName MKCOL
           
static DAVMethodName MOVE
           
static DAVMethodName OPTIONS
           
static DAVMethodName POST
           
static DAVMethodName PROPFIND
           
static DAVMethodName PROPPATCH
           
static DAVMethodName PUT
           
static DAVMethodName TRACE
           
static DAVMethodName UNLOCK
           
 
Method Summary
 boolean isExtensionMethod()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GET

public static final DAVMethodName GET

POST

public static final DAVMethodName POST

HEAD

public static final DAVMethodName HEAD

PUT

public static final DAVMethodName PUT

DELETE

public static final DAVMethodName DELETE

OPTIONS

public static final DAVMethodName OPTIONS

TRACE

public static final DAVMethodName TRACE

MOVE

public static final DAVMethodName MOVE

MKCOL

public static final DAVMethodName MKCOL

PROPFIND

public static final DAVMethodName PROPFIND

PROPPATCH

public static final DAVMethodName PROPPATCH

COPY

public static final DAVMethodName COPY

LOCK

public static final DAVMethodName LOCK

UNLOCK

public static final DAVMethodName UNLOCK
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

isExtensionMethod

public boolean isExtensionMethod()