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) MountPointInfo (String filesystem, String mountpoint, String type, options)

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

公開メソッド

static splitMountOptions (String options)
String toString ()

田畑

ファイルシステム

public String filesystem

マウントポイント

public String mountpoint

オプション

public  options

タイプ

public String type

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

マウントポイント情報

public MountPointInfo ()

単純なコンストラクター

マウントポイント情報

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

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

パラメーター
filesystem String

mountpoint String

type String

options

公開メソッド

スプリットマウントオプション

public static  splitMountOptions (String options)

パラメーター
options String

戻り値

toString

public String toString ()

戻り値
String