#include <context.hpp>
Public Member Functions | |
Context () | |
Context (const Context &src) | |
virtual | ~Context () |
void | setAuthCache (bool value) |
void | setLogin (const char *username, const char *password) |
operator svn_client_ctx_t * () | |
svn_client_ctx_t * | ctx () |
void | reset () |
void | setLogMessage (const char *msg) |
const char * | getLogMessage () const |
const char * | getUsername () const |
const char * | getPassword () const |
void | setListener (ContextListener *listener) |
ContextListener * | getListener () const |
|
default constructor |
|
copy constructor
|
|
destructor |
|
return the svn_client_ctx object |
|
get the listener
|
|
get log message
|
|
get password
|
|
get username
|
|
operator to get svn_client_ctx object |
|
this will be called at the beginning of an action. the log message will be reset. |
|
enable/disable authentication caching
|
|
set the listener for the context. The listener will be called to poll authentication information and other information like this
|
|
set username/password for authentication |
|
set log message
|