ITestDevice.MountPointInfo

public static class ITestDevice.MountPointInfo
extends Object

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


Class struct sederhana untuk menyimpan informasi tentang satu titik pemasangan

Ringkasan

Kolom

public String filesystem

public String mountpoint

public List<String> options

public String type

Konstruktor publik

MountPointInfo()

Konstruktor sederhana

MountPointInfo(String filesystem, String mountpoint, String type, String optString)
MountPointInfo(String filesystem, String mountpoint, String type, List<String> options)

Konstruktor praktis untuk menetapkan semua anggota

Metode publik

static List<String> splitMountOptions(String options)
String toString()

Kolom

filesystem

public String filesystem

mountpoint

public String mountpoint

options

public List<String> options

type

public String type

Konstruktor publik

MountPointInfo

public MountPointInfo ()

Konstruktor sederhana

MountPointInfo

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

Parameter
filesystem String

mountpoint String

type String

optString String

MountPointInfo

public MountPointInfo (String filesystem, 
                String mountpoint, 
                String type, 
                List<String> options)

Konstruktor praktis untuk menetapkan semua anggota

Parameter
filesystem String

mountpoint String

type String

options List

Metode publik

splitMountOptions

public static List<String> splitMountOptions (String options)

Parameter
options String

Hasil
List<String>

toString

public String toString ()

Hasil
String