BaseEmulatorPreparer

public abstract class BaseEmulatorPreparer
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.BaseEmulatorPreparer


用于启动本地模拟器的通用 preparer。

处理常见实参的输入和处理。

摘要

公共构造函数

BaseEmulatorPreparer()

受保护的方法

List<String> buildEmulatorLaunchArgs()
RunUtil buildRunUtilForEmulatorLaunch()

公共构造函数

BaseEmulatorPreparer

public BaseEmulatorPreparer ()

受保护的方法

buildEmulatorLaunchArgs

protected List<String> buildEmulatorLaunchArgs ()

返回
List<String>

buildRunUtilForEmulatorLaunch

protected RunUtil buildRunUtilForEmulatorLaunch ()

返回
RunUtil