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, discoveredModule)

公用建構函式

ContentMerkleTree

public ContentMerkleTree ()

公用方法

buildCommonLocationFromContext

public static Digest buildCommonLocationFromContext (ContentAnalysisContext context)

建立 Merkle 樹狀結構,並從一般位置資訊傳回根摘要

參數
context ContentAnalysisContext

傳回
Digest

buildTestsDirFromContext

public static Digest buildTestsDirFromContext (ContentAnalysisContext context, 
                 discoveredModule)

參數
context ContentAnalysisContext

discoveredModule

傳回
Digest