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 List<String> options

public String type

公用建構函式

MountPointInfo()

簡單的建構函式

MountPointInfo(String filesystem, String mountpoint, String type, String optString)
MountPointInfo(String filesystem, String mountpoint, String type, List<String> options)

Convenience constructor to set all members

公用方法

static List<String> splitMountOptions(String options)
String toString()

欄位

檔案系統

public String filesystem

掛接點

public String mountpoint

選項

public List<String> options

類型

public String type

公用建構函式

MountPointInfo

public MountPointInfo ()

簡單的建構函式

MountPointInfo

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

參數
filesystem String

mountpoint String

type String

optString String

MountPointInfo

public MountPointInfo (String filesystem, 
                String mountpoint, 
                String type, 
                List<String> options)

設定所有成員的便利建構函式

參數
filesystem String

mountpoint String

type String

options List

公用方法

splitMountOptions

public static List<String> splitMountOptions (String options)

參數
options String

傳回
List<String>

toString

public String toString ()

傳回
String