CommandRunner
  public
  
  
  
  class
  CommandRunner
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.command.CommandRunner | 
コマンドライン引数で指定されたコマンドを実行してから終了する、別の TradeFederation エントリ ポイント。
デバッガやその他の非インタラクティブなオペレーション モードでの使用を目的としています。
想定される引数: [コマンド オプション](実行する構成)
概要
| フィールド | |
|---|---|
| 
    public
    static
    final
    String | EXCEPTION_KEY
 | 
| 
    public
    static
    final
    String | START_FEATURE_SERVER
 | 
| パブリック コンストラクタ | |
|---|---|
| 
      CommandRunner()
       | |
| パブリック メソッド | |
|---|---|
| 
        
        
        
        
        
        CommandRunner.ExitCode | 
      getErrorCode()
       | 
| 
        
        
        static
        
        
        void | 
      main(String[] mainArgs)
       | 
| 
        
        
        
        
        
        void | 
      run(String[] args)
      コマンドを実行するメイン メソッド。 | 
| 保護されたメソッド | |
|---|---|
| 
        
        
        
        
        
        ClearcutClient | 
      createClient()
       | 
フィールド
EXCEPTION_KEY
public static final String EXCEPTION_KEY
START_FEATURE_SERVER
public static final String START_FEATURE_SERVER
パブリック コンストラクタ
CommandRunner
public CommandRunner ()
パブリック メソッド
main
public static void main (String[] mainArgs)
| パラメータ | |
|---|---|
| mainArgs | String | 
ホームラン
public void run (String[] args)
コマンドを実行するメイン メソッド。
| パラメータ | |
|---|---|
| args | String: 実行する構成名とそのオプション | 
保護されたメソッド
createClient
protected ClearcutClient createClient ()
| 戻り値 | |
|---|---|
| ClearcutClient | |
