コード例 #1
0
ファイル: CLITestCmd.cs プロジェクト: orf53975/hadoop.net
 public CLITestCmd(string str, CLICommandTypes type)
 {
     cmd       = str;
     this.type = type;
 }
コード例 #2
0
ファイル: CLITestCmdMR.cs プロジェクト: orf53975/hadoop.net
 public CLITestCmdMR(string str, CLICommandTypes type)
     : base(str, type)
 {
 }
コード例 #3
0
 public CLITestCmdCryptoAdmin(TestCryptoAdminCLI _enclosing, string str, CLICommandTypes
                              type)
     : base(str, type)
 {
     this._enclosing = _enclosing;
 }