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 zu einem einzelnen Bereitstellungspunkt

Zusammenfassung

Felder

public String filesystem

public String mountpoint

public options

public String type

Öffentliche Konstruktoren

MountPointInfo()

Einfacher Konstruktor

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

Konvenientkonstruktor zum Festlegen aller Mitglieder

Öffentliche Methoden

static splitMountOptions(String options)
String toString()

Felder

filesystem

public String filesystem

mountpoint

public String mountpoint

Optionen

public  options

type

public String type

Öffentliche Konstruktoren

MountPointInfo

public MountPointInfo ()

Einfacher Konstruktor

MountPointInfo

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

Konvenientkonstruktor zum Festlegen aller Mitglieder

Parameter
filesystem String

mountpoint String

type String

options

Öffentliche Methoden

splitMountOptions

public static  splitMountOptions (String options)

Parameter
options String

Returns

toString

public String toString ()

Returns
String