This project has retired. For details please refer to its Attic page.
WebdavMethodUtil

org.apache.maven.archiva.webdav.util
Class WebdavMethodUtil

Package class diagram package WebdavMethodUtil
java.lang.Object
  extended by org.apache.maven.archiva.webdav.util.WebdavMethodUtil

public class WebdavMethodUtil
extends java.lang.Object

WebdavMethodUtil


Constructor Summary
WebdavMethodUtil()
           
 
Method Summary
static java.lang.String getMethodPermission(java.lang.String method)
           
static boolean isReadMethod(java.lang.String method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebdavMethodUtil

public WebdavMethodUtil()
Method Detail

getMethodPermission

public static java.lang.String getMethodPermission(java.lang.String method)

isReadMethod

public static boolean isReadMethod(java.lang.String method)