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 ()