DeviceMerkleTree

public class DeviceMerkleTree
extends Object

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


Compute a MerkleTree from the device content information.

Summary

Public constructors

DeviceMerkleTree()

Public methods

static Digest buildFromContext(ContentAnalysisContext context)

Builds a merkle tree and returns the root digest from the device content informaton

Public constructors

DeviceMerkleTree

public DeviceMerkleTree ()

Public methods

buildFromContext

public static Digest buildFromContext (ContentAnalysisContext context)

Builds a merkle tree and returns the root digest from the device content informaton

Parameters
context ContentAnalysisContext

Returns
Digest