InvocationScopeModule

public class InvocationScopeModule
extends AbstractModule

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


Guice module that can be used anywhere in a TF invocation to requests the Guice-Tradefed supported objects.

Summary

Public constructors

InvocationScopeModule()
InvocationScopeModule(InvocationScope scope)

Public methods

void configure()

Public constructors

InvocationScopeModule

public InvocationScopeModule ()

InvocationScopeModule

public InvocationScopeModule (InvocationScope scope)

Parameters
scope InvocationScope

Public methods

configure

public void configure ()