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(
|
void
|
setJsonKeyFile(File jsonKeyFile)
|
定数
DEFAULT_TIMEOUT(デフォルトのタイムアウト)
public static final int DEFAULT_TIMEOUT
定数値: 60 万 (0x000927c0)
フィールド
mJsonKeyFile
protected File mJsonKeyFile
m ストレージ
protected Storage mStorage
パブリック コンストラクタ
GCSCommon
public GCSCommon ()
保護されたメソッド
getStorage
protected Storage getStorage (scopes)
パラメータ | |
---|---|
scopes |
|
戻り値 | |
---|---|
Storage |
setJsonKeyFile
protected void setJsonKeyFile (File jsonKeyFile)
パラメータ | |
---|---|
jsonKeyFile |
File |