DeviceMerkleTree

public class DeviceMerkleTree
extends Object

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


デバイスのコンテンツ情報から MerkleTree を計算します。

概要

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

DeviceMerkleTree()

パブリック メソッド

static Digest buildFromContext(ContentAnalysisContext context, AnalysisHeuristic analysisLevel)

マークルツリーを構築し、デバイスのコンテンツ情報からルート ダイジェストを返します。

static Digest buildFromContext(ContentAnalysisContext context, AnalysisHeuristic analysisLevel, DeviceImagePartition deviceImagePartition)

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

DeviceMerkleTree

public DeviceMerkleTree ()

パブリック メソッド

buildFromContext

public static Digest buildFromContext (ContentAnalysisContext context, 
                AnalysisHeuristic analysisLevel)

マークルツリーを構築し、デバイスのコンテンツ情報からルート ダイジェストを返します

パラメータ
context ContentAnalysisContext

analysisLevel AnalysisHeuristic

戻り値
Digest

buildFromContext

public static Digest buildFromContext (ContentAnalysisContext context, 
                AnalysisHeuristic analysisLevel, 
                DeviceImagePartition deviceImagePartition)

パラメータ
context ContentAnalysisContext

analysisLevel AnalysisHeuristic

deviceImagePartition DeviceImagePartition

戻り値
Digest