ITestDevice.MountPointInfo
public
static
class
ITestDevice.MountPointInfo
extends Object
java.lang.Object | |
😎 | com.android.tradefed.device.ITestDevice.MountPointInfo. |
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,
Praktisches Konstruktor zum Festlegen aller Mitglieder |
Öffentliche Methoden | |
---|---|
static
|
splitMountOptions(String options)
|
String
|
toString()
|
Felder
Dateisystem
public String filesystem
Mountpoint
public String mountpoint
Optionen
publicoptions
type
public String type
Öffentliche Konstruktoren
MountPoint-Info
public MountPointInfo ()
Einfacher Konstruktor
MountPoint-Info
public MountPointInfo (String filesystem, String mountpoint, String type,options)
Praktisches Konstruktor zum Festlegen aller Mitglieder
Parameter | |
---|---|
filesystem |
String |
mountpoint |
String |
type |
String |
options |
|
Öffentliche Methoden
Split-MountOptions
public staticsplitMountOptions (String options)
Parameter | |
---|---|
options |
String |
Returns | |
---|---|
|
toString
public String toString ()
Returns | |
---|---|
String |