Class WebDavProperty

java.lang.Object
com.sas.services.webdav.WebDavProperty

public final class WebDavProperty extends Object
WebDAV property.
Since:
9.4m8
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    isResourceType(org.apache.jackrabbit.webdav.property.DavProperty<?> davProperty)
    Determines if the DavProperty represents a DAV resourcetype.
    static boolean
    isResourceTypeCollection(org.apache.jackrabbit.webdav.property.DavProperty<?> davProperty)
    Determines if the DavProperty represents a DAV resourcetype collection.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • isResourceTypeCollection

      public static boolean isResourceTypeCollection(org.apache.jackrabbit.webdav.property.DavProperty<?> davProperty)
      Determines if the DavProperty represents a DAV resourcetype collection.
      Parameters:
      davProperty - The DAV property which will be checked to determine if it represents a DAV resourcetype collection.
      Returns:
      true if the DAV property represents a DAV resourcetype collection.
      Since:
      9.4m8
    • isResourceType

      public static boolean isResourceType(org.apache.jackrabbit.webdav.property.DavProperty<?> davProperty)
      Determines if the DavProperty represents a DAV resourcetype.
      Parameters:
      davProperty - The DAV property which will be checked to determine if it represents a DAV resourcetype.
      Returns:
      true if the DAV property represents a DAV resourcetype.
      Since:
      9.4m8