InvocationScopeModule

public class InvocationScopeModule
extends AbstractModule

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


可以在 TF 叫用中的任何位置使用 Guice 模組來要求 Guice-Tradefed 支援的物件。

摘要

公用建構函式

InvocationScopeModule()
InvocationScopeModule(InvocationScope scope)

公用方法

void configure()

公用建構函式

InvocationScopeModule

public InvocationScopeModule ()

InvocationScopeModule

public InvocationScopeModule (InvocationScope scope)

參數
scope InvocationScope

公用方法

設定

public void configure ()