معلومات المحتوى
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)
انسخ |
الحقول
رقم تعريف baseBuild
public final String baseBuildId
المحتوى الأساسي
public final File baseContent
رقم تعريف الإصدار الحالي
public final String currentBuildId
المحتوى الحالي
public final File currentContent
شركة إنشاءات عامة
معلومات المحتوى
public ContentInformation (File baseContent, String baseBuildId, File currentContent, String currentBuildId)
المعلمات | |
---|---|
baseContent |
File |
baseBuildId |
String |
currentContent |
File |
currentBuildId |
String |
الطرق العامة
نظيف
public void clean ()
clone Information (معلومات استنساخ)
public ContentInformation cloneInformation ()
المرتجعات | |
---|---|
ContentInformation |
clone Information (معلومات استنساخ)
public ContentInformation cloneInformation (File cloneFolder)
انسخ ContentInformation
والملفات الأساسية في حال توفُّرها.
المعلمات | |
---|---|
cloneFolder |
File |
المرتجعات | |
---|---|
ContentInformation |