TestDependencyResolver

public class TestDependencyResolver
extends Object

java.lang.Object 中
   ↳ com.android.tradefed.dependency.TestDependencyResolver


用于解析依赖项的帮助程序(如果需要)。

摘要

公共构造函数

TestDependencyResolver()

公共方法

static File resolveDependencyFromContext(File dependency, IBuildInfo build, IInvocationContext context)

根据某些上下文解析单个依赖项。

公共构造函数

TestDependencyResolver

public TestDependencyResolver ()

公共方法

resolveDependencyFromContext(解析依赖项来源)

public static File resolveDependencyFromContext (File dependency, 
                IBuildInfo build, 
                IInvocationContext context)

根据某些上下文解析单个依赖项。

参数
dependency File:要解析的依赖项。

build IBuildInfo:当前正在创建的 build 信息。

context IInvocationContext:调用上下文。

返回
File 已解析的依赖项;如果未解析,则为 null。

抛出
BuildRetrievalError