ContentInformation

public class ContentInformation
extends Object

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


Stellt den Inhalt für ein bestimmtes Build-Ziel seiner Basis- und aktuellen Version dar.

Zusammenfassung

Felder

public final String baseBuildId

public final File baseContent

public final String currentBuildId

public final File currentContent

Öffentliche Konstruktoren

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

Öffentliche Methoden

void clean()
ContentInformation cloneInformation(File cloneFolder)

Erstellt eine tiefe Kopie von ContentInformation und den zugrunde liegenden Dateien, falls vorhanden.

ContentInformation cloneInformation()
boolean isValid()

Felder

baseBuildId

public final String baseBuildId

baseContent

public final File baseContent

currentBuildId

public final String currentBuildId

currentContent

public final File currentContent

Öffentliche Konstruktoren

ContentInformation

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

Parameter
baseContent File

baseBuildId String

currentContent File

currentBuildId String

Öffentliche Methoden

clean

public void clean ()

cloneInformation

public ContentInformation cloneInformation (File cloneFolder)

Erstellt eine tiefe Kopie von ContentInformation und den zugrunde liegenden Dateien, falls vorhanden.

Parameter
cloneFolder File

Gibt Folgendes zurück:
ContentInformation

Löst aus
IOException

cloneInformation

public ContentInformation cloneInformation ()

Gibt Folgendes zurück:
ContentInformation

Löst aus
IOException

isValid

public boolean isValid ()

Gibt Folgendes zurück:
boolean