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,
便利的建構函式設定所有成員 |
公用方法 | |
---|---|
static
|
splitMountOptions(String options)
|
String
|
toString()
|
欄位
檔案系統
public String filesystem
掛接點
public String mountpoint
選項
publicoptions
類型
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 staticsplitMountOptions (String options)
參數 | |
---|---|
options |
String |
傳回 | |
---|---|
|
toString
public String toString ()
傳回 | |
---|---|
String |