ContentInformation

public class ContentInformation
extends Object

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


يمثّل محتوى هدف إنشاء معيّن لإصداره الأساسي والحالي.

ملخّص

الحقول

public final String baseBuildId

public final File baseContent

public final String currentBuildId

public final File currentContent

وظائف الإنشاء العامة

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

الطرق العامة

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

نسخ ContentInformation والملفّات الأساسية بشكلٍ كامل إذا كانت متوفّرة

boolean isValid()

الحقول

baseBuildId

public final String baseBuildId

baseContent

public final File baseContent

currentBuildId

public final String currentBuildId

currentContent

public final File currentContent

وظائف الإنشاء العامة

ContentInformation

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

المعلمات
baseContent File

baseBuildId String

currentContent File

currentBuildId String

الطرق العامة

نظيف

public void clean ()

cloneInformation

public ContentInformation cloneInformation ()

المرتجعات
ContentInformation

cloneInformation

public ContentInformation cloneInformation (File cloneFolder)

نسخ ContentInformation والملفّات الأساسية بشكلٍ كامل إذا كانت متوفّرة

المعلمات
cloneFolder File

المرتجعات
ContentInformation

isValid

public boolean isValid ()

المرتجعات
boolean