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 Einhängepunkt
Zusammenfassung
Felder | |
---|---|
public String | filesystem |
public String | mountpoint |
public | options |
public String | type
|
Öffentliche Konstrukteure | |
---|---|
MountPointInfo () Einfacher Konstruktor | |
MountPointInfo (String filesystem, String mountpoint, String type, options) MountPointInfo (String filesystem, String mountpoint, String type, options) Komfortkonstruktor zum Festlegen aller Mitglieder |
Öffentliche Methoden | |
---|---|
static | splitMountOptions (String options) |
String | toString () |
Felder
Dateisystem
public String filesystem
Einhängepunkt
public String mountpoint
Optionen
publicoptions
Typ
public String type
Öffentliche Konstrukteure
MountPointInfo
public MountPointInfo ()
Einfacher Konstruktor
MountPointInfo
public MountPointInfo (String filesystem, String mountpoint, String type,options)
Komfortkonstruktor zum Festlegen aller Mitglieder
Parameter | |
---|---|
filesystem | String |
mountpoint | String |
type | String |
options |
Öffentliche Methoden
splitMountOptions
public staticsplitMountOptions (String options)
Parameter | |
---|---|
options | String |
Kehrt zurück | |
---|---|
toString
public String toString ()
Kehrt zurück | |
---|---|
String |