org.apache.archiva.webdav.util
Class WebdavMethodUtil

java.lang.Object
  extended by org.apache.archiva.webdav.util.WebdavMethodUtil

public class WebdavMethodUtil
extends Object

WebdavMethodUtil


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

Field Detail

READ_METHODS

private static final List<String> READ_METHODS
Constructor Detail

WebdavMethodUtil

public WebdavMethodUtil()
Method Detail

getMethodPermission

public static String getMethodPermission(String method)

isReadMethod

public static boolean isReadMethod(String method)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.