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
mStorage
protected Storage mStorage
公共构造函数
GCSCommon
public GCSCommon ()
受保护的方法
getStorage
protected Storage getStorage (scopes)
参数 | |
---|---|
scopes |
|
返回 | |
---|---|
Storage |
setJsonKeyFile
protected void setJsonKeyFile (File jsonKeyFile)
参数 | |
---|---|
jsonKeyFile |
File |