Exemple #1
0
 /// <exception cref="System.Exception"/>
 protected internal override CommandExecutor.Result Execute(CLICommand cmd)
 {
     return(cmd.GetExecutor(string.Empty).ExecuteCommand(cmd.GetCmd()));
 }
Exemple #2
0
 /// <exception cref="System.Exception"/>
 protected override CommandExecutor.Result Execute(CLICommand cmd)
 {
     return(cmd.GetExecutor(namenode).ExecuteCommand(cmd.GetCmd()));
 }