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