org.apache.wvcm.util
Class PropertyNameLists

java.lang.Object
  extended by 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 $

Field Summary
static PropertyNameList ALL_ATTRIBUTES_LIST
           
 
Constructor Summary
PropertyNameLists()
           
 
Method Summary
static boolean contains(PropertyNameList pnameList, java.lang.String name)
           
static boolean contains(PropertyNameList pnameList, java.lang.String name, java.lang.String namespace)
           
static boolean containsAllAttributes(PropertyNameList pnameList)
           
static boolean isOnlyAllAttributes(PropertyNameList pnameList)
           
static PropertyNameList.PropertyName propertyName(PropertyNameList pnameList, java.lang.String name)
           
static PropertyNameList.PropertyName propertyName(PropertyNameList pnameList, java.lang.String name, java.lang.String namespace)
           
static PropertyNameList.PropertyName propertyName(java.lang.String name)
          Find the PropertyName instance for the specified string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_ATTRIBUTES_LIST

public static final PropertyNameList ALL_ATTRIBUTES_LIST
Constructor Detail

PropertyNameLists

public PropertyNameLists()
Method Detail

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