ITestDevice.MountPointInfo

public static class ITestDevice.MountPointInfo
extends Object

java.lang.オブジェクト
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