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