コンテンツ情報

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

baseContent

public final File baseContent

currentBuildId

public final String currentBuildId

currentContent

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

cloneInformation

public ContentInformation cloneInformation ()

戻り値
ContentInformation

cloneInformation

public ContentInformation cloneInformation (File cloneFolder)

ContentInformation と基盤となるファイルがある場合は、ディープコピーします。

パラメータ
cloneFolder File

戻り値
ContentInformation