TestDependencyResolver

public class TestDependencyResolver
extends Object

java.lang.オブジェクト
com.android.tradefed.dependency.TestDependencyResolver


必要に応じて依存関係を解決するヘルパー。

まとめ

パブリックコンストラクター

TestDependencyResolver ()

パブリックメソッド

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

何らかのコンテキストに基づいて単一の依存関係を解決します。

パブリックコンストラクター

TestDependencyResolver

public TestDependencyResolver ()

パブリックメソッド

solveDependencyFromContext

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

何らかのコンテキストに基づいて単一の依存関係を解決します。

パラメーター
dependency File : 解決する依存関係。

build IBuildInfo : 現在作成中のビルド情報。

context IInvocationContext : 呼び出しコンテキスト。

戻り値
File解決された依存関係、または未解決の場合は null。

投げる
com.android.tradefed.build.BuildRetrievalError
BuildRetrievalError