InvocationScopeModule

public class InvocationScopeModule
extends AbstractModule

java.lang.Object 中
   ↳ com.google.inject.AbstractModule
     ↳ com.android.tradefed.guice.InvocationScopeModule


Guice 模块,可在 TF 调用中的任何位置用于请求 Guice-Tradefed 支持的对象。

摘要

公共构造函数

InvocationScopeModule()
InvocationScopeModule(InvocationScope scope)

公共方法

void configure()

公共构造函数

InvocationScopeModule

public InvocationScopeModule ()

InvocationScopeModule

public InvocationScopeModule (InvocationScope scope)

参数
scope InvocationScope

公共方法

配置

public void configure ()