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 ואת הקבצים הבסיסיים אם הם קיימים.

שדות

baseBuildId

public final String baseBuildId

baseContent

public final File baseContent

currentBuildId

public final String currentBuildId

תוכן הנוכחי

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