yast2-transfer
|
An interface class between YaST2 and Curl Agent. More...
#include <CurlAgent.h>
Public Member Functions | |
CurlAgent () | |
virtual | ~CurlAgent () |
virtual YCPValue | Read (const YCPPath &path, const YCPValue &arg=YCPNull(), const YCPValue &opt=YCPNull()) |
virtual YCPBoolean | Write (const YCPPath &path, const YCPValue &value, const YCPValue &arg=YCPNull()) |
virtual YCPValue | Execute (const YCPPath &path, const YCPValue &value=YCPNull(), const YCPValue &arg=YCPNull()) |
virtual YCPList | Dir (const YCPPath &path) |
virtual YCPValue | otherCommand (const YCPTerm &term) |
virtual YCPValue | Get (const char *url, const char *target) |
virtual string | getMapValue (const YCPMap map, const string key, const string defaultValue) |
virtual void | easySSL (bool easy) |
virtual void | clientCertSSL (const char *path) |
virtual void | clientKeySSL (const char *path) |
Private Attributes | |
bool | easySSL_val |
char * | clientKeyPath_val |
char * | clientCertPath_val |
An interface class between YaST2 and Curl Agent.
CurlAgent::CurlAgent | ( | ) |
|
virtual |
Destructor.
Destructor
|
virtual |
References clientCertPath_val.
Referenced by Execute().
|
virtual |
References clientKeyPath_val.
Referenced by Execute().
|
virtual |
References easySSL_val.
Referenced by Execute().
|
virtual |
Provides SCR Execute ().
References clientCertSSL(), clientKeySSL(), easySSL(), Get(), getMapValue(), y2error, and y2milestone.
|
virtual |
References YCPMap::add(), clientCertPath_val, clientKeyPath_val, easySSL_val, y2error, and y2milestone.
Referenced by Execute().
|
virtual |
References YCPMap::begin(), YCPMap::end(), and y2error.
Referenced by Execute().
|
virtual |
|
private |
Referenced by clientCertSSL(), CurlAgent(), and Get().
|
private |
Referenced by clientKeySSL(), CurlAgent(), and Get().
|
private |
Agent private variables
Referenced by CurlAgent(), easySSL(), and Get().