XrdCl::FSExecutor Class Reference
Execute queries given as a commandline.
More...
#include <XrdClFSExecutor.hh>
List of all members.
Detailed Description
Execute queries given as a commandline.
Member Typedef Documentation
Definition of command argument list.
Constructor & Destructor Documentation
XrdCl::FSExecutor::FSExecutor |
( |
const URL & |
url, |
|
|
Env * |
env = 0 | |
|
) |
| | |
Constructor
- Parameters:
-
| url | the server that the executor should contact |
| env | execution environment, the executor takes ownership over it |
XrdCl::FSExecutor::~FSExecutor |
( |
|
) |
|
Member Function Documentation
bool XrdCl::FSExecutor::AddCommand |
( |
const std::string & |
name, |
|
|
Command |
command | |
|
) |
| | |
Add a command to the set of known commands
- Parameters:
-
| name | name of the command |
| command | function pointer |
- Returns:
- status
Execute the given commandline
- Parameters:
-
| args | : arguments for the commandline to be executed, first of which is the command name |
- Returns:
- status of the execution
Env* XrdCl::FSExecutor::GetEnv |
( |
|
) |
[inline] |
Get the environment.
References pEnv.
Member Data Documentation
The documentation for this class was generated from the following file: