ContentInformation

public class ContentInformation
extends Object

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


Représente le contenu d'une cible de compilation donnée de sa version de base et actuelle.

Résumé

Champs

public final String baseBuildId

public final File baseContent

public final String currentBuildId

public final File currentContent

Constructeurs publics

ContentInformation(File baseContent, String baseBuildId, File currentContent, String currentBuildId)

Méthodes publiques

void clean()
ContentInformation cloneInformation(File cloneFolder)

Copiez en profondeur le ContentInformation et les fichiers sous-jacents, s'ils existent.

ContentInformation cloneInformation()
boolean isValid()

Champs

baseBuildId

public final String baseBuildId

baseContent

public final File baseContent

currentBuildId

public final String currentBuildId

currentContent

public final File currentContent

Constructeurs publics

ContentInformation

public ContentInformation (File baseContent, 
                String baseBuildId, 
                File currentContent, 
                String currentBuildId)

Paramètres
baseContent File

baseBuildId String

currentContent File

currentBuildId String

Méthodes publiques

propre

public void clean ()

cloneInformation

public ContentInformation cloneInformation (File cloneFolder)

Copiez en profondeur le ContentInformation et les fichiers sous-jacents, s'ils existent.

Paramètres
cloneFolder File

Renvoie
ContentInformation

Génère
IOException

cloneInformation

public ContentInformation cloneInformation ()

Renvoie
ContentInformation

Génère
IOException

isValid

public boolean isValid ()

Renvoie
boolean