svn::Context Class Reference
#include <context.hpp>
Detailed Description
This class will hold the client context and replace the old notification and baton stuff
Constructor & Destructor Documentation
svn::Context::Context |
( |
const std::string & |
configDir = "" |
) |
|
default constructor
- Parameters:
-
| configDir | location where the subversion api stores its configuration |
svn::Context::Context |
( |
const Context & |
src |
) |
|
copy constructor
- Parameters:
-
virtual svn::Context::~Context |
( |
|
) |
[virtual] |
Member Function Documentation
svn_client_ctx_t* svn::Context::ctx |
( |
|
) |
|
return the svn_client_ctx object
get the listener
- Returns:
- the listener
const char* svn::Context::getLogMessage |
( |
|
) |
const |
get log message
- Returns:
- log message
const char* svn::Context::getPassword |
( |
|
) |
const |
get password
- Returns:
- password
const char* svn::Context::getUsername |
( |
|
) |
const |
get username
- Returns:
- username
svn::Context::operator svn_client_ctx_t * |
( |
|
) |
|
operator to get svn_client_ctx object
void svn::Context::reset |
( |
|
) |
|
this will be called at the beginning of an action. the log message will be reset.
void svn::Context::setAuthCache |
( |
bool |
value |
) |
|
enable/disable authentication caching
- Parameters:
-
| value | true=enable/false=disable |
set the listener for the context. The listener will be called to poll authentication information and other information like this
- Parameters:
-
void svn::Context::setLogin |
( |
const char * |
username, |
|
|
const char * |
password | |
|
) |
| | |
set username/password for authentication
void svn::Context::setLogMessage |
( |
const char * |
msg |
) |
|
set log message
- Parameters:
-
The documentation for this class was generated from the following file: