ITestDevice.MountPointInfo

public static class ITestDevice.MountPointInfo
extends Object

java.lang.Object
   ↳ com.android.tradefed.device.ITestDevice.MountPointInfo


1 つのマウント ポイントに関する情報を格納するシンプルな構造体クラス

概要

フィールド

public String filesystem

public String mountpoint

public options

public String type

パブリック コンストラクタ

MountPointInfo()

単純なコンストラクタ

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

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

パブリック メソッド

static splitMountOptions(String options)
String toString()

フィールド

ファイル システム

public String filesystem

マウント ポイント

public String mountpoint

オプション

public  options

type

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 static  splitMountOptions (String options)

パラメータ
options String

戻り値

toString

public String toString ()

戻り値
String