org.apache.wvcm.util
Class PropertyNameLists
java.lang.Object
org.apache.wvcm.util.PropertyNameLists
public final class PropertyNameLists
- extends java.lang.Object
WebDAV-based implementation of Accessor.
- Version:
- $Revision: 1.1.1.1.2.3 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALL_ATTRIBUTES_LIST
public static final PropertyNameList ALL_ATTRIBUTES_LIST
PropertyNameLists
public PropertyNameLists()
contains
public static boolean contains(PropertyNameList pnameList,
java.lang.String name)
contains
public static boolean contains(PropertyNameList pnameList,
java.lang.String name,
java.lang.String namespace)
propertyName
public static PropertyNameList.PropertyName propertyName(PropertyNameList pnameList,
java.lang.String name)
propertyName
public static PropertyNameList.PropertyName propertyName(PropertyNameList pnameList,
java.lang.String name,
java.lang.String namespace)
propertyName
public static PropertyNameList.PropertyName propertyName(java.lang.String name)
- Find the PropertyName instance for the specified string.
- Parameters:
name
- the PropertyName string
- Returns:
- a PropertyName (null if string does not specify a property)
isOnlyAllAttributes
public static boolean isOnlyAllAttributes(PropertyNameList pnameList)
containsAllAttributes
public static boolean containsAllAttributes(PropertyNameList pnameList)
Copyright (c) 2003 - Apache Software Foundation