GceRemoteCmdFormatter.ScpMode
public static final enum GceRemoteCmdFormatter.ScpMode
extends Enum< GceRemoteCmdFormatter.ScpMode >
java.lang.Object | ||
↳ | java.lang.Enum < com.android.tradefed.device.cloud.GceRemoteCmdFormatter.ScpMode > | |
↳ | com.android.tradefed.device.cloud.GceRemoteCmdFormatter.ScpMode |
根据args的结构,SCP可用于推入或拉出文件。确保我们可以同时支持。
概括
枚举值 | |
---|---|
GceRemoteCmdFormatter.ScpMode | PULL |
GceRemoteCmdFormatter.ScpMode | PUSH
|
公开方法 | |
---|---|
static GceRemoteCmdFormatter.ScpMode | valueOf (String name) |
static final ScpMode[] | values () |
枚举值
拉
public static final GceRemoteCmdFormatter.ScpMode PULL
推
public static final GceRemoteCmdFormatter.ScpMode PUSH
公开方法
的价值
public static GceRemoteCmdFormatter.ScpMode valueOf (String name)
参数 | |
---|---|
name | String |
退货 | |
---|---|
GceRemoteCmdFormatter.ScpMode |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.
[]
[]