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 Mountpoint
Zusammenfassung
Felder | |
|---|---|
public
String |
filesystem
|
public
String |
mountpoint
|
public
List<String> |
options
|
public
String |
type
|
Öffentliche Konstruktoren | |
|---|---|
MountPointInfo()
Einfacher Konstruktor |
|
MountPointInfo(String filesystem, String mountpoint, String type, String optString)
|
|
MountPointInfo(String filesystem, String mountpoint, String type, List<String> options)
Praktischer Konstruktor zum Festlegen aller Elemente |
|
Öffentliche Methoden | |
|---|---|
static
List<String>
|
splitMountOptions(String options)
|
String
|
toString()
|
Felder
Dateisystem
public String filesystem
Mountpoint
public String mountpoint
Optionen
public List<String> options
Typ
public String type
Öffentliche Konstruktoren
MountPointInfo
public MountPointInfo ()
Einfacher Konstruktor
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)Praktischer Konstruktor zum Festlegen aller Elemente
| Parameter | |
|---|---|
filesystem |
String |
mountpoint |
String |
type |
String |
options |
List |
Öffentliche Methoden
splitMountOptions
public static List<String> splitMountOptions (String options)
| Parameter | |
|---|---|
options |
String |
| Gibt Folgendes zurück: | |
|---|---|
List<String> |
|
toString
public String toString ()
| Gibt Folgendes zurück: | |
|---|---|
String |
|