ITestDevice.MountPointInfo
public
static
class
ITestDevice.MountPointInfo
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.device.ITestDevice.MountPointInfo |
一个简单的结构类,用于存储有关单个装载点的信息
摘要
字段 | |
|---|---|
public
String |
filesystem
|
public
String |
mountpoint
|
public
List<String> |
options
|
public
String |
type
|
公共构造函数 | |
|---|---|
MountPointInfo()
简单构造函数 |
|
MountPointInfo(String filesystem, String mountpoint, String type, String optString)
|
|
MountPointInfo(String filesystem, String mountpoint, String type, List<String> options)
用于设置所有成员的便捷构造函数 |
|
公共方法 | |
|---|---|
static
List<String>
|
splitMountOptions(String options)
|
String
|
toString()
|
字段
filesystem
public String filesystem
mountpoint
public String mountpoint
options
public List<String> options
type
public String type
公共构造函数
MountPointInfo
public MountPointInfo ()
简单构造函数
MountPointInfo
public MountPointInfo (String filesystem,
String mountpoint,
String type,
String optString)| 参数 | |
|---|---|
filesystem |
String |
mountpoint |
String |
type |
String |
optString |
String |
MountPointInfo
public MountPointInfo (String filesystem,
String mountpoint,
String type,
List<String> options)用于设置所有成员的便捷构造函数
| 参数 | |
|---|---|
filesystem |
String |
mountpoint |
String |
type |
String |
options |
List |
公共方法
splitMountOptions
public static List<String> splitMountOptions (String options)
| 参数 | |
|---|---|
options |
String |
| 返回 | |
|---|---|
List<String> |
|
toString
public String toString ()
| 返回 | |
|---|---|
String |
|