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)

すべてのメンバーを設定するコンビニエンス コンストラクタ

パブリック メソッド

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

フィールド

filesystem

public String filesystem

mountpoint

public String mountpoint

オプション

public List<String> options

type

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