Информация о содержании

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 (File cloneFolder)

Выполните глубокое копирование ContentInformation и соответствующих файлов, если они существуют.

ContentInformation cloneInformation ()
boolean isValid ()

Поля

baseBuildId

public final String baseBuildId

базовый контент

public final File baseContent

currentBuildId

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 ()

Информация о клоне

public ContentInformation cloneInformation (File cloneFolder)

Выполните глубокое копирование ContentInformation и соответствующих файлов, если они существуют.

Параметры
cloneFolder File

Возвраты
ContentInformation

Броски
IOException

Информация о клоне

public ContentInformation cloneInformation ()

Возвраты
ContentInformation

Броски
IOException

isValid

public boolean isValid ()

Возвраты
boolean