명령어 실행자

public class CommandRunner
extends Object

java.lang.Object의 클래스
   ↳ com.android.tradefed.command.CommandRunner


명령어에 지정된 명령어를 실행할 대체 TradeFederation 진입점 종료해야 합니다

디버거 및 기타 비대화형 작업 모드에서 사용하기 위한 용도입니다.

예상 인수: [commands options] (실행할 구성)

요약

필드

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()

필드

예외_키

public static final String EXCEPTION_KEY

START_FEATURE_SERVER

public static final String START_FEATURE_SERVER

공개 생성자

명령어 실행자

public CommandRunner ()

공개 메서드

getErrorCode

public CommandRunner.ExitCode getErrorCode ()

반환 값
CommandRunner.ExitCode

기본

public static void main (String[] mainArgs)

매개변수
mainArgs String

실행

public void run (String[] args)

명령어를 실행하는 기본 메서드입니다.

매개변수
args String: 실행할 구성 이름 및 옵션

보호된 메서드

createClient

protected ClearcutClient createClient ()

반환 값
ClearcutClient