com.sas.services.webdav
Class WebDavProperty

com.sas.services.webdav.WebDavProperty

public final class WebDavProperty

WebDAV property.

Since:
9.4m8

Method Summary
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.
 

Method Detail

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



Copyright © 2009 SAS Institute Inc. All Rights Reserved.