smbdav.properties
Class IsReadOnlyProperty

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

public class IsReadOnlyProperty
extends AbstractProperty

Provides access to the isreadonly property. This implementation returns an indication of whether the resource is read-only.

Author:
Eric Glass

Field Summary
 
Fields inherited from interface smbdav.Property
DAV_NAMESPACE, WEB_FOLDERS_NAMESPACE, XMLNS_NAMESPACE
 
Constructor Summary
IsReadOnlyProperty()
           
 
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

IsReadOnlyProperty

public IsReadOnlyProperty()
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