ContentMerkleTree

public class ContentMerkleTree
extends Object

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


Calculez un MerkleTree à partir des informations sur le contenu.

Résumé

Constructeurs publics

ContentMerkleTree()

Méthodes publiques

static Digest buildCommonLocationFromContext(ContentAnalysisContext context)

Crée un arbre de Merkle et renvoie le récapitulatif racine à partir des informations de localisation communes.

static Digest buildTestsDirFromContext(ContentAnalysisContext context, discoveredModule)

Constructeurs publics

ContentMerkleTree

public ContentMerkleTree ()

Méthodes publiques

buildCommonLocationFromContext

public static Digest buildCommonLocationFromContext (ContentAnalysisContext context)

Crée un arbre de Merkle et renvoie le récapitulatif racine à partir des informations de localisation communes.

Paramètres
context ContentAnalysisContext

Renvoie
Digest

buildTestsDirFromContext

public static Digest buildTestsDirFromContext (ContentAnalysisContext context, 
                 discoveredModule)

Paramètres
context ContentAnalysisContext

discoveredModule

Renvoie
Digest