ITestDevice.MountPointInfo
public
static
class
ITestDevice.MountPointInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.device.ITestDevice.MountPointInfo |
Prosta klasa struct do przechowywania informacji o jednym punkcie podłączania
Podsumowanie
Fieldsem | |
---|---|
public
String |
filesystem
|
public
String |
mountpoint
|
public
|
options
|
public
String |
type
|
Konstruktory publiczne | |
---|---|
MountPointInfo()
Prosty konstruktor |
|
MountPointInfo(String filesystem, String mountpoint, String type,
Wygodny konstruktor do ustawiania wszystkich elementów |
Metody publiczne | |
---|---|
static
|
splitMountOptions(String options)
|
String
|
toString()
|
Fieldsem
system plików
public String filesystem
punkt montowania
public String mountpoint
Opcje
publicoptions
typ
public String type
Konstruktory publiczne
Informacje o MountPoint
public MountPointInfo ()
Prosty konstruktor
Informacje o MountPoint
public MountPointInfo (String filesystem, String mountpoint, String type,options)
Wygodny konstruktor do ustawiania wszystkich elementów
Parametry | |
---|---|
filesystem |
String |
mountpoint |
String |
type |
String |
options |
|
Metody publiczne
Opcje podziału Mount
public staticsplitMountOptions (String options)
Parametry | |
---|---|
options |
String |
Zwroty | |
---|---|
|
Ciąg
public String toString ()
Zwroty | |
---|---|
String |