#include <property.hpp>
Public Member Functions | |
Property (Context *context=0, const Path &path="") | |
virtual | ~Property () |
const std::vector< PropertyEntry > & | entries () const |
void | set (const char *name, const char *value) |
void | remove (const char *name) |
virtual svn::Property::~Property | ( | ) | [virtual] |
const std::vector<PropertyEntry>& svn::Property::entries | ( | ) | const [inline] |
get the list of properties for the path. throws an exception if the path isnt versioned.
void svn::Property::remove | ( | const char * | name | ) |
Deletes a property.
ClientException |
void svn::Property::set | ( | const char * | name, | |
const char * | value | |||
) |
Sets an existing property with a new value or adds a new property. If a result is added it does not reload the result set. Run loadPath again.
ClientException |