ContentInformation

public class ContentInformation
extends Object

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


מייצג את התוכן של יעד build נתון בגרסה הבסיסית והנוכחית שלו.

סיכום

שדות

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