Go to the documentation of this file.
19 #ifndef __XRD_CL_FS_EXECUTOR_HH__
20 #define __XRD_CL_FS_EXECUTOR_HH__
97 #endif // __XRD_CL_FS_EXECUTOR_HH__
Definition: XrdClEnv.hh:36
Env * pEnv
Definition: XrdClFSExecutor.hh:92
bool AddCommand(const std::string &name, Command command)
CommandMap pCommands
Definition: XrdClFSExecutor.hh:93
std::vector< std::string > CommandParams
Definition of command argument list.
Definition: XrdClFSExecutor.hh:40
XRootDStatus(* Command)(FileSystem *fs, Env *env, const CommandParams &args)
Definition of a command.
Definition: XrdClFSExecutor.hh:45
Request status.
Definition: XrdClXRootDResponses.hh:212
FileSystem * pFS
Definition: XrdClFSExecutor.hh:91
XRootDStatus Execute(const CommandParams &args)
Send file/filesystem queries to an XRootD cluster.
Definition: XrdClFileSystem.hh:195
Definition: XrdClAnyObject.hh:25
std::map< std::string, Command > CommandMap
Definition: XrdClFSExecutor.hh:90
FSExecutor(const URL &url, Env *env=0)
URL representation.
Definition: XrdClURL.hh:30
Env * GetEnv()
Get the environment.
Definition: XrdClFSExecutor.hh:83
Execute queries given as a commandline.
Definition: XrdClFSExecutor.hh:34