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