ITestDevice.MountPointInfo
public
static
class
ITestDevice.MountPointInfo
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.device.ITestDevice.MountPointInfo |
מחלקה פשוטה של struct לאחסון מידע על נקודת טעינה אחת
סיכום
שדות | |
|---|---|
public
String |
filesystem
|
public
String |
mountpoint
|
public
List<String> |
options
|
public
String |
type
|
constructors ציבוריים | |
|---|---|
MountPointInfo()
Simple constructor |
|
MountPointInfo(String filesystem, String mountpoint, String type, String optString)
|
|
MountPointInfo(String filesystem, String mountpoint, String type, List<String> options)
בנאי נוח להגדרת כל החברים |
|
methods ציבוריים | |
|---|---|
static
List<String>
|
splitMountOptions(String options)
|
String
|
toString()
|
שדות
מערכת קבצים
public String filesystem
mountpoint
public String mountpoint
אפשרויות
public List<String> options
סוג
public String type
constructors ציבוריים
MountPointInfo
public MountPointInfo ()
Simple constructor
MountPointInfo
public MountPointInfo (String filesystem,
String mountpoint,
String type,
String optString)| פרמטרים | |
|---|---|
filesystem |
String |
mountpoint |
String |
type |
String |
optString |
String |
MountPointInfo
public MountPointInfo (String filesystem,
String mountpoint,
String type,
List<String> options)בנאי נוח להגדרת כל החברים
| פרמטרים | |
|---|---|
filesystem |
String |
mountpoint |
String |
type |
String |
options |
List |
methods ציבוריים
splitMountOptions
public static List<String> splitMountOptions (String options)
| פרמטרים | |
|---|---|
options |
String |
| החזרות | |
|---|---|
List<String> |
|
toString
public String toString ()
| החזרות | |
|---|---|
String |
|