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, options) MountPointInfo (String filesystem, String mountpoint, String type, options) 方便的构造函数来设置所有成员 |
公共方法 | |
---|---|
static | splitMountOptions (String options) |
String | toString () |
领域
文件系统
public String filesystem
挂载点
public String mountpoint
选项
publicoptions
类型
public String type
公共构造函数
挂载点信息
public MountPointInfo ()
简单构造器
挂载点信息
public MountPointInfo (String filesystem, String mountpoint, String type,options)
方便的构造函数来设置所有成员
参数 | |
---|---|
filesystem | String |
mountpoint | String |
type | String |
options |
公共方法
splitMount选项
public staticsplitMountOptions (String options)
参数 | |
---|---|
options | String |
退货 | |
---|---|
到字符串
public String toString ()
退货 | |
---|---|
String |