ContentMerkleTree

public class ContentMerkleTree
extends Object

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


根據內容資訊計算 MerkleTree。

摘要

公用建構函式

ContentMerkleTree()

公用方法

static Digest buildCommonLocationFromContext(ContentAnalysisContext context)

建構 Merkle 樹狀結構,並從常見位置資訊傳回根摘要

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

公用建構函式

ContentMerkleTree

public ContentMerkleTree ()

公用方法

buildCommonLocationFromContext

public static Digest buildCommonLocationFromContext (ContentAnalysisContext context)

建構 Merkle 樹狀結構,並從常見位置資訊傳回根摘要

參數
context ContentAnalysisContext

傳回
Digest

buildTestsDirFromContext

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

參數
context ContentAnalysisContext

discoveredModule List

analysisLevel AnalysisHeuristic

傳回
Digest