调用范围模块

public class InvocationScopeModule
extends AbstractModule

java.lang.Object
com.google.inject.AbstractModule
com.android.tradefed.guice.InitationScopeModule


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

概括

公共构造函数

InvocationScopeModule ()
InvocationScopeModule ( InvocationScope scope)

公共方法

void configure ()

公共构造函数

调用范围模块

public InvocationScopeModule ()

调用范围模块

public InvocationScopeModule (InvocationScope scope)

参数
scope InvocationScope

公共方法

配置

public void configure ()