Package com.sas.services.webdav
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 TypeMethodDescriptionstatic booleanisResourceType(org.apache.jackrabbit.webdav.property.DavProperty<?> davProperty) Determines if theDavPropertyrepresents a DAVresourcetype.static booleanisResourceTypeCollection(org.apache.jackrabbit.webdav.property.DavProperty<?> davProperty) Determines if theDavPropertyrepresents a DAVresourcetypecollection.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 theDavPropertyrepresents a DAVresourcetypecollection.- Parameters:
davProperty- The DAV property which will be checked to determine if it represents a DAVresourcetypecollection.- Returns:
trueif the DAV property represents a DAVresourcetypecollection.- Since:
- 9.4m8
-
isResourceType
public static boolean isResourceType(org.apache.jackrabbit.webdav.property.DavProperty<?> davProperty) Determines if theDavPropertyrepresents a DAVresourcetype.- Parameters:
davProperty- The DAV property which will be checked to determine if it represents a DAVresourcetype.- Returns:
trueif the DAV property represents a DAVresourcetype.- Since:
- 9.4m8
-