拡張ファイル

public class ExtendedFile
extends Object

java.lang.オブジェクト
com.android.tradefed.config.remote.ExtendedFile


ビルド関連のメタデータを運ぶための標準ファイルの拡張子。

まとめ

パブリックコンストラクター

ExtendedFile (File file, String buildId, String buildTarget)
ExtendedFile (File file, String buildId, String buildTarget, String branch)
ExtendedFile (File file, String buildId, String buildTarget, String branch, String remoteFilePath)

パブリックメソッド

void cancelDownload ()
String getBranch ()

ブランチのメタデータを返します。

String getBuildId ()

buildid メタデータを返します。

String getBuildTarget ()

ターゲットのメタデータを返します。

String getRemoteFilePath ()

リモート ファイル パスのメタデータを返します。

boolean isDoneDownloadingInParallel ()
boolean isDownloadingInParallel ()
void setDownloadFuture ( download) setDownloadFuture ( download)
void waitForDownload ()

パブリックコンストラクター

拡張ファイル

public ExtendedFile (File file, 
                String buildId, 
                String buildTarget)

パラメーター
file File

buildId String

buildTarget String

拡張ファイル

public ExtendedFile (File file, 
                String buildId, 
                String buildTarget, 
                String branch)

パラメーター
file File

buildId String

buildTarget String

branch String

拡張ファイル

public ExtendedFile (File file, 
                String buildId, 
                String buildTarget, 
                String branch, 
                String remoteFilePath)

パラメーター
file File

buildId String

buildTarget String

branch String

remoteFilePath String

パブリックメソッド

キャンセルダウンロード

public void cancelDownload ()

ブランチの取得

public String getBranch ()

ブランチのメタデータを返します。

戻り値
String

getBuildId

public String getBuildId ()

buildid メタデータを返します。

戻り値
String

getBuildTarget

public String getBuildTarget ()

ターゲットのメタデータを返します。

戻り値
String

getリモートファイルパス

public String getRemoteFilePath ()

リモート ファイル パスのメタデータを返します。

戻り値
String

完了ダウンロード並列

public boolean isDoneDownloadingInParallel ()

戻り値
boolean

並列ダウンロード中です

public boolean isDownloadingInParallel ()

戻り値
boolean

setダウンロード未来

public void setDownloadFuture ( download)

パラメーター
download

ダウンロードを待つ

public void waitForDownload ()

投げる
BuildRetrievalError