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)

すべてのメンバーを設定する便利なコンストラクタ

パブリック メソッド

static splitMountOptions(String options)
String toString()

フィールド

ファイル システム

public String filesystem

mountpoint

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