GCSCommon

public abstract class GCSCommon
extends Object

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


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

摘要

常數

int DEFAULT_TIMEOUT

欄位

protected File mJsonKeyFile

protected Storage mStorage

公用建構函式

GCSCommon()

受保護的方法

Storage getStorage(Collection<String> scopes)
void setJsonKeyFile(File jsonKeyFile)

常數

DEFAULT_TIMEOUT

public static final int DEFAULT_TIMEOUT

常數值: 600000 (0x000927c0)

欄位

mJsonKeyFile

protected File mJsonKeyFile

mStorage

protected Storage mStorage

公用建構函式

GCSCommon

public GCSCommon ()

受保護的方法

getStorage

protected Storage getStorage (Collection<String> scopes)

參數
scopes Collection

傳回
Storage

擲回
IOException

setJsonKeyFile

protected void setJsonKeyFile (File jsonKeyFile)

參數
jsonKeyFile File