ITestDevice.MountPointInfo

public static class ITestDevice.MountPointInfo
extends Object

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


Eine einfache Strukturklasse zum Speichern von Informationen über einen einzelnen Mountpoint

Zusammenfassung

Felder

public String filesystem

public String mountpoint

public options

public String type

Öffentliche Bauträger

MountPointInfo ()

Einfacher Konstruktor

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

Praktischer Konstruktor zum Festlegen aller Mitglieder

Öffentliche Methoden

static splitMountOptions (String options)
String toString ()

Felder

Dateisystem

public String filesystem

Einhängepunkt

public String mountpoint

Optionen

public  options

Typ

public String type

Öffentliche Bauträger

MountPointInfo

public MountPointInfo ()

Einfacher Konstruktor

MountPointInfo

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

Praktischer Konstruktor zum Festlegen aller Mitglieder

Parameter
filesystem String

mountpoint String

type String

options

Öffentliche Methoden

splitMountOptions

public static  splitMountOptions (String options)

Parameter
options String

Kehrt zurück

toString

public String toString ()

Kehrt zurück
String