コンテンツ情報

public class ContentInformation
extends Object

java.lang.オブジェクト
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とその基礎となるファイルが存在する場合は、それらをディープ コピーします。

田畑

ベースビルドID

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

クローン情報

public ContentInformation cloneInformation ()

戻り値
ContentInformation

クローン情報

public ContentInformation cloneInformation (File cloneFolder)

ContentInformationとその基礎となるファイルが存在する場合は、それらをディープ コピーします。

パラメーター
cloneFolder File

戻り値
ContentInformation