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(File cloneFolder)

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

ContentInformation cloneInformation()
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 (File cloneFolder)

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

المعلَمات
cloneFolder File

القيم المُعادة
ContentInformation

عمليات الطرح
IOException

cloneInformation

public ContentInformation cloneInformation ()

المرتجعات
ContentInformation

عمليات الطرح
IOException

isValid

public boolean isValid ()

المرتجعات
boolean