內容資訊

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

基本內容

public final File baseContent

目前版本 ID

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 資訊

public ContentInformation cloneInformation ()

傳回
ContentInformation

clone 資訊

public ContentInformation cloneInformation (File cloneFolder)

如果 ContentInformation 和基礎檔案存在,請深度複製。

參數
cloneFolder File

傳回
ContentInformation