FoldableHandler

public class FoldableHandler
extends Object implements IModuleParameterHandler

java.lang.Object 中
   ↳ com.android.tradefed.testtype.suite.params.FoldableHandler


通用可折叠设备处理程序,可利用可折叠设备参数来创建专用模块。

摘要

公共构造函数

FoldableHandler(String stateName, long identifier)

公共方法

void addParameterSpecificConfig(IConfiguration moduleConfiguration)

添加到 IConfiguration,其中包含特定于参数的需求。

void applySetup(IConfiguration moduleConfiguration)

将特定于参数的模块设置应用于模块 IConfiguration

String getParameterIdentifier()

返回用于标识参数化模块的名称。

公共构造函数

FoldableHandler

public FoldableHandler (String stateName, 
                long identifier)

参数
stateName String

identifier long

公共方法

add 参数 SpecificConfig

public void addParameterSpecificConfig (IConfiguration moduleConfiguration)

添加到 IConfiguration,其中包含特定于参数的需求。例如,在 从配置中移除目标准备器。

参数
moduleConfiguration IConfiguration:模块的 IConfiguration

applySetup

public void applySetup (IConfiguration moduleConfiguration)

将特定于参数的模块设置应用于模块 IConfiguration。例如: 这可能是针对准备器或测试的额外选项

参数
moduleConfiguration IConfiguration

get 参数标识符

public String getParameterIdentifier ()

返回用于标识参数化模块的名称。

返回
String