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
|
options
|
public
String |
type
|
公共构造函数 | |
---|---|
MountPointInfo()
简单的构造函数 |
|
MountPointInfo(String filesystem, String mountpoint, String type,
用于设置所有成员的便捷构造函数 |
公共方法 | |
---|---|
static
|
splitMountOptions(String options)
|
String
|
toString()
|
字段
文件系统
public String filesystem
mountpoint
public String mountpoint
选项
publicoptions
type
public String type
公共构造函数
MountPointInfo
public MountPointInfo ()
简单的构造函数
MountPointInfo
public MountPointInfo (String filesystem, String mountpoint, String type,options)
用于设置所有成员的便捷构造函数
参数 | |
---|---|
filesystem |
String |
mountpoint |
String |
type |
String |
options |
|
公共方法
splitMountOptions
public staticsplitMountOptions (String options)
参数 | |
---|---|
options |
String |
返回 | |
---|---|
|
toString
public String toString ()
返回 | |
---|---|
String |