19 #ifndef __XRD_CL_FS_EXECUTOR_HH__
20 #define __XRD_CL_FS_EXECUTOR_HH__
90 typedef std::map<std::string, Command> CommandMap;
Execute queries given as a commandline.
std::vector< std::string > CommandParams
Definition of command argument list.
Env * GetEnv()
Get the environment.
FSExecutor(const URL &url, Env *env=0)
XRootDStatus Execute(const CommandParams &args)
XRootDStatus(* Command)(FileSystem *fs, Env *env, const CommandParams &args)
Definition of a command.
bool AddCommand(const std::string &name, Command command)
Send file/filesystem queries to an XRootD cluster.