ITestDevice.MountPointInfo
public static class ITestDevice.MountPointInfo
extends Object
java.lang.Object |
↳ | com.android.tradefed.device.ITestDevice.MountPointInfo |
単一のマウントポイントに関する情報を格納するための単純な構造体クラス
概要
田畑
ファイルシステム
public String filesystem
マウントポイント
public String mountpoint
パブリックコンストラクター
ITestDevice.MountPointInfo
public ITestDevice.MountPointInfo ()
単純なコンストラクター
ITestDevice.MountPointInfo
public ITestDevice.MountPointInfo (String filesystem,
String mountpoint,
String type,
options)
すべてのメンバーを設定するための便利なコンストラクター
パラメーター |
---|
filesystem | String |
mountpoint | String |
type | String |
options | |
パブリックメソッド
splitMountOptions
public static splitMountOptions (String options)
toString
public String toString ()