ContentInformation

public class ContentInformation
extends Object

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


Biểu thị nội dung cho một mục tiêu bản dựng nhất định của phiên bản cơ sở và phiên bản hiện tại.

Tóm tắt

Trường

public final String baseBuildId

public final File baseContent

public final String currentBuildId

public final File currentContent

Hàm khởi tạo công khai

ContentInformation(File baseContent, String baseBuildId, File currentContent, String currentBuildId)

Phương thức công khai

void clean()
ContentInformation cloneInformation()
ContentInformation cloneInformation(File cloneFolder)

Sao chép sâu ContentInformation và các tệp cơ bản nếu có.

boolean isValid()

Trường

baseBuildId

public final String baseBuildId

baseContent

public final File baseContent

currentBuildId

public final String currentBuildId

currentContent

public final File currentContent

Hàm khởi tạo công khai

ContentInformation

public ContentInformation (File baseContent, 
                String baseBuildId, 
                File currentContent, 
                String currentBuildId)

Tham số
baseContent File

baseBuildId String

currentContent File

currentBuildId String

Phương thức công khai

sạch sẽ

public void clean ()

cloneInformation

public ContentInformation cloneInformation ()

Giá trị trả về
ContentInformation

cloneInformation

public ContentInformation cloneInformation (File cloneFolder)

Sao chép sâu ContentInformation và các tệp cơ bản nếu có.

Tham số
cloneFolder File

Giá trị trả về
ContentInformation

isValid

public boolean isValid ()

Giá trị trả về
boolean