Uses of Class
com.bradmcevoy.http.LockInfo.LockDepth

Packages that use LockInfo.LockDepth
com.bradmcevoy.http   
com.bradmcevoy.http.webdav   
 

Uses of LockInfo.LockDepth in com.bradmcevoy.http
 

Fields in com.bradmcevoy.http declared as LockInfo.LockDepth
 LockInfo.LockDepth LockInfo.depth
           
 

Methods in com.bradmcevoy.http that return LockInfo.LockDepth
static LockInfo.LockDepth LockInfo.LockDepth.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LockInfo.LockDepth[] LockInfo.LockDepth.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.bradmcevoy.http with parameters of type LockInfo.LockDepth
LockInfo(LockInfo.LockScope scope, LockInfo.LockType type, java.lang.String lockedByUser, LockInfo.LockDepth depth)
           
 

Uses of LockInfo.LockDepth in com.bradmcevoy.http.webdav
 

Methods in com.bradmcevoy.http.webdav with parameters of type LockInfo.LockDepth
 void LockWriterHelper.appendDepth(XmlWriter writer, LockInfo.LockDepth depthType)
           
 



Copyright © 2011. All Rights Reserved.