AttributeKey

com.github.cloudfiles.webdav.DavModel.AttributeKey
case class AttributeKey(namespace: String, key: String)

A data class describing the key of an attribute of a file or a folder.

WebDav is based on XML; therefore, attributes are actually XML elements. They are identified by a namespace and an element name.

Value parameters

key

the actual key, corresponding to the element name

namespace

the namespace of this key

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product