org.apache.webdav.client.methods
Class MethodFactory
java.lang.Object
org.apache.webdav.client.methods.MethodFactory
public class MethodFactory
- extends java.lang.Object
Factory for delivering the appropriate client methods, depending on the selected client version.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodFactory
public MethodFactory()
getGetMethod
public static IClientMethod getGetMethod(java.lang.String uri)
getDeleteMethod
public static IClientMethod getDeleteMethod(java.lang.String uri)
getHeadMethod
public static IClientMethod getHeadMethod(java.lang.String uri)
getBindMethod
public static IClientMethod getBindMethod(java.lang.String uri)
getMkactivityMethod
public static IClientMethod getMkactivityMethod(java.lang.String uri)
getMkworkspaceMethod
public static IClientMethod getMkworkspaceMethod(java.lang.String uri)
getPutMethod
public static IClientMethod getPutMethod(java.lang.String uri)
getRebindMethod
public static IClientMethod getRebindMethod(java.lang.String uri)
getReportMethod
public static IClientMethod getReportMethod(java.lang.String uri)
getPropfindMethod
public static IClientMethod getPropfindMethod(java.lang.String uri)
getProppatchMethod
public static IClientMethod getProppatchMethod(java.lang.String uri)
getMoveMethod
public static IClientMethod getMoveMethod(java.lang.String uri)
getCopyMethod
public static IClientMethod getCopyMethod(java.lang.String uri)
getSearchMethod
public static IClientMethod getSearchMethod(java.lang.String uri)
getLabelMethod
public static IClientMethod getLabelMethod(java.lang.String uri)
getLockMethod
public static IClientMethod getLockMethod(java.lang.String uri)
getUnlockMethod
public static IClientMethod getUnlockMethod(java.lang.String uri)
getAclMethod
public static IClientMethod getAclMethod(java.lang.String uri)
getOptionsMethod
public static IClientMethod getOptionsMethod(java.lang.String uri)
getMkcolMethod
public static IClientMethod getMkcolMethod(java.lang.String uri)
getCheckinMethod
public static IClientMethod getCheckinMethod(java.lang.String uri)
getCheckoutMethod
public static IClientMethod getCheckoutMethod(java.lang.String uri)
getUnbindMethod
public static IClientMethod getUnbindMethod(java.lang.String uri)
getUncheckoutMethod
public static IClientMethod getUncheckoutMethod(java.lang.String uri)
getUpdateMethod
public static IClientMethod getUpdateMethod(java.lang.String uri)
getVersionControlMethod
public static IClientMethod getVersionControlMethod(java.lang.String uri)
Copyright (c) 2003 - Apache Software Foundation