smbdav.properties
Class SupportedLockProperty

java.lang.Object
  extended bysmbdav.AbstractProperty
      extended bysmbdav.properties.SupportedLockProperty
All Implemented Interfaces:
Property

public class SupportedLockProperty
extends AbstractProperty

Provides access to the supportedlock property. This implementation returns the server's lock capability.

Author:
Eric Glass

Field Summary
 
Fields inherited from interface smbdav.Property
DAV_NAMESPACE, WEB_FOLDERS_NAMESPACE, XMLNS_NAMESPACE
 
Constructor Summary
SupportedLockProperty()
           
 
Method Summary
 int retrieve(jcifs.smb.SmbFile file, org.w3c.dom.Element element)
          Populates the provided Element with the current value of the property for the given resource.
 
Methods inherited from class smbdav.AbstractProperty
addNamespace, createElement, destroy, equals, getName, getNamespace, getNamespace, getPrefix, getPrefix, getServletConfig, hashCode, init, toString, update
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SupportedLockProperty

public SupportedLockProperty()
Method Detail

retrieve

public int retrieve(jcifs.smb.SmbFile file,
                    org.w3c.dom.Element element)
             throws java.io.IOException
Description copied from interface: Property
Populates the provided Element with the current value of the property for the given resource.

Specified by:
retrieve in interface Property
Specified by:
retrieve in class AbstractProperty
Throws:
java.io.IOException


Copyright © 2004 Eric Glass