GCSCommon

public abstract class GCSCommon
extends Object

java.lang.Object
   ↳ com.android.tradefed.util.GCSCommon


已過時!請改用 com.android.tradefed.util.gcs.GCSCommon。

這個類別會保留,以確保回溯相容性,因此 tradefed 預先建構的項目可用於在舊版分支上建構測試。

Gcs 作業 (例如下載和上傳) 的基礎類別。GCSFileDownloaderGCSFileUploader

摘要

常數

int DEFAULT_TIMEOUT

公用建構函式

GCSCommon()
GCSCommon(File jsonKeyFile)

受保護的方法

Storage getStorage(Collection<String> scopes)

常數

DEFAULT_TIMEOUT

protected static final int DEFAULT_TIMEOUT

常數值: 600000 (0x000927c0)

公用建構函式

GCSCommon

public GCSCommon ()

GCSCommon

public GCSCommon (File jsonKeyFile)

參數
jsonKeyFile File

受保護的方法

getStorage

protected Storage getStorage (Collection<String> scopes)

參數
scopes Collection

傳回
Storage

擲回
IOException