ITestDevice.MountPointInfo
public
static
class
ITestDevice.MountPointInfo
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.device.ITestDevice.MountPointInfo |
Prosta klasa struktury do przechowywania informacji o jednym punkcie montowania.
Podsumowanie
Pola | |
|---|---|
public
String |
filesystem
|
public
String |
mountpoint
|
public
List<String> |
options
|
public
String |
type
|
Konstruktory publiczne | |
|---|---|
MountPointInfo()
Prosty konstruktor |
|
MountPointInfo(String filesystem, String mountpoint, String type, String optString)
|
|
MountPointInfo(String filesystem, String mountpoint, String type, List<String> options)
Konstruktor wygody do ustawiania wszystkich elementów |
|
Metody publiczne | |
|---|---|
static
List<String>
|
splitMountOptions(String options)
|
String
|
toString()
|
Pola
filesystem
public String filesystem
punkt podłączania
public String mountpoint
opcje
public List<String> options
typ
public String type
Konstruktory publiczne
MountPointInfo
public MountPointInfo ()
Prosty konstruktor
MountPointInfo
public MountPointInfo (String filesystem,
String mountpoint,
String type,
String optString)| Parametry | |
|---|---|
filesystem |
String |
mountpoint |
String |
type |
String |
optString |
String |
MountPointInfo
public MountPointInfo (String filesystem,
String mountpoint,
String type,
List<String> options)Konstruktor wygody do ustawiania wszystkich elementów
| Parametry | |
|---|---|
filesystem |
String |
mountpoint |
String |
type |
String |
options |
List |
Metody publiczne
splitMountOptions
public static List<String> splitMountOptions (String options)
| Parametry | |
|---|---|
options |
String |
| Zwraca | |
|---|---|
List<String> |
|
toString
public String toString ()
| Zwraca | |
|---|---|
String |
|