ContentMerkleTree

public class ContentMerkleTree
extends Object

java.lang.Object
   ↳ com.android.tradefed.build.content.ContentMerkleTree


コンテンツ情報から MerkleTree を計算します。

概要

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

ContentMerkleTree()

パブリック メソッド

static Digest buildCommonLocationFromContext(ContentAnalysisContext context)

マークルツリーを構築し、共通の位置情報からルート ダイジェストを返します。

static Digest buildTestsDirFromContext(ContentAnalysisContext context, List<String> discoveredModule, AnalysisHeuristic analysisLevel)

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

ContentMerkleTree

public ContentMerkleTree ()

パブリック メソッド

buildCommonLocationFromContext

public static Digest buildCommonLocationFromContext (ContentAnalysisContext context)

マークルツリーを構築し、共通の位置情報からルート ダイジェストを返します

パラメータ
context ContentAnalysisContext

戻り値
Digest

buildTestsDirFromContext

public static Digest buildTestsDirFromContext (ContentAnalysisContext context, 
                List<String> discoveredModule, 
                AnalysisHeuristic analysisLevel)

パラメータ
context ContentAnalysisContext

discoveredModule List

analysisLevel AnalysisHeuristic

戻り値
Digest