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

選項

public  options

類型

public String type

公共構造函數

掛載點信息

public MountPointInfo ()

簡單構造器

掛載點信息

public MountPointInfo (String filesystem, 
                String mountpoint, 
                String type, 
                 options)

方便的構造函數來設置所有成員

參數
filesystem String

mountpoint String

type String

options

公共方法

splitMount選項

public static  splitMountOptions (String options)

參數
options String

退貨

到字符串

public String toString ()

退貨
String