ITestDevice.MountPointInfo

public static class ITestDevice.MountPointInfo
extends Object

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


Una semplice classe struct per archiviare informazioni su un singolo punto di montaggio

Riepilogo

Campi

public String filesystem

public String mountpoint

public List<String> options

public String type

Costruttori pubblici

MountPointInfo()

Costruttore semplice

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

Costruttore di convenienza per impostare tutti i membri

Metodi pubblici

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

Campi

filesystem

public String filesystem

mountpoint

public String mountpoint

options

public List<String> options

type

public String type

Costruttori pubblici

MountPointInfo

public MountPointInfo ()

Costruttore semplice

MountPointInfo

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

Parametri
filesystem String

mountpoint String

type String

optString String

MountPointInfo

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

Costruttore di convenienza per impostare tutti i membri

Parametri
filesystem String

mountpoint String

type String

options List

Metodi pubblici

splitMountOptions

public static List<String> splitMountOptions (String options)

Parametri
options String

Resi
List<String>

toString

public String toString ()

Resi
String