ContentInformation

public class ContentInformation
extends Object

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


Temel ve mevcut sürümünün belirli bir derleme hedefinin içeriğini temsil eder.

Özet

Fields'ın oynadığı filmler

public final String baseBuildId

public final File baseContent

public final String currentBuildId

public final File currentContent

Herkese açık kurucular

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

Herkese açık yöntemler

void clean()
ContentInformation cloneInformation()
ContentInformation cloneInformation(File cloneFolder)

ContentInformation dosyasını ve varsa temel dosyaları derin kopyalayın.

boolean isValid()

Fields'ın oynadığı filmler

baseBuildId

public final String baseBuildId

baseContent

public final File baseContent

currentBuildId

public final String currentBuildId

currentContent

public final File currentContent

Herkese açık kurucular

ContentInformation

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

Parametreler
baseContent File

baseBuildId String

currentContent File

currentBuildId String

Herkese açık yöntemler

temizlik

public void clean ()

cloneInformation

public ContentInformation cloneInformation ()

İlerlemeler
ContentInformation

cloneInformation

public ContentInformation cloneInformation (File cloneFolder)

ContentInformation dosyasını ve varsa temel dosyaları derin kopyalayın.

Parametreler
cloneFolder File

İlerlemeler
ContentInformation

isValid

public boolean isValid ()

İlerlemeler
boolean