InstantAppHandler
public
class
InstantAppHandler
extends Object
implements
IModuleParameterHandler
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.suite.params.InstantAppHandler |
ModuleParameters.INSTANT_APP의 핸들러입니다.
요약
필드 | |
|---|---|
public
static
final
String |
INSTANT_APP_ID
|
공개 생성자 | |
|---|---|
InstantAppHandler()
|
|
공개 메서드 | |
|---|---|
void
|
applySetup(IConfiguration moduleConfiguration)
모듈 |
String
|
getParameterIdentifier()
매개변수가 있는 모듈이 식별될 이름을 반환합니다. |
필드
INSTANT_APP_ID
public static final String INSTANT_APP_ID
공개 생성자
InstantAppHandler
public InstantAppHandler ()
공개 메서드
applySetup
public void applySetup (IConfiguration moduleConfiguration)
모듈 IConfiguration에 매개변수별 모듈 설정을 적용합니다. 예를 들어 준비자 또는 테스트에 대한 추가 옵션이 될 수 있습니다.
| 매개변수 | |
|---|---|
moduleConfiguration |
IConfiguration |
getParameterIdentifier
public String getParameterIdentifier ()
매개변수가 있는 모듈이 식별될 이름을 반환합니다.
| 반환 값 | |
|---|---|
String |
|