Package io.milton.http.webdav
Class PropertyMap
java.lang.Object
io.milton.http.webdav.PropertyMap
Helper class for PropertySources. Consists of a map of StandardProperty
instances, keyed by property name
- Author:
- brad
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetProperty(QName name, Resource r) getPropertyMetaData(QName name, Resource r) booleanhasProperty(QName name) voidsetProperty(QName name, Resource r, Object val)
-
Constructor Details
-
PropertyMap
-
-
Method Details
-
hasProperty
-
getProperty
-
setProperty
-
getPropertyMetaData
-
getAllPropertyNames
-
add
-