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)

用于设置所有成员的便捷构造函数

公共方法

static splitMountOptions(String options)
String toString()

字段

文件系统

public String filesystem

装载点

public String mountpoint

选项

public  options

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 static  splitMountOptions (String options)

参数
options String

返回

toString

public String toString ()

返回
String