Informationen zum Inhalt

public class ContentInformation
extends Object

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


Stellt den Inhalt für ein bestimmtes Build-Ziel aus der Basis- und der 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()
ContentInformation cloneInformation(File cloneFolder)

Erstelle einen Deeplink für ContentInformation und die zugrunde liegenden Dateien, sofern vorhanden.

Felder

baseBuildId

public final String baseBuildId

baseContent

public final File baseContent

currentBuildId (Aktuelle Build-ID)

public final String currentBuildId

currentContent

public final File currentContent

Öffentliche Konstruktoren

Informationen zum Inhalt

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

Parameter
baseContent File

baseBuildId String

currentContent File

currentBuildId String

Öffentliche Methoden

sauber

public void clean ()

Kloninformationen

public ContentInformation cloneInformation ()

Returns
ContentInformation

Kloninformationen

public ContentInformation cloneInformation (File cloneFolder)

Erstelle einen Deeplink für ContentInformation und die zugrunde liegenden Dateien, sofern vorhanden.

Parameter
cloneFolder File

Returns
ContentInformation