ITestDevice.MountPointInfo
public static class ITestDevice.MountPointInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.device.ITestDevice.MountPointInfo |
فئة بنية بسيطة لتخزين المعلومات حول نقطة تحميل واحدة
ملخص
مجالات | |
---|---|
public String | filesystem |
public String | mountpoint |
public | options |
public String | type
|
المنشأت العامة | |
---|---|
MountPointInfo () منشئ بسيط | |
MountPointInfo (String filesystem, String mountpoint, String type, options) MountPointInfo (String filesystem, String mountpoint, String type, options) مُنشئ الراحة لتعيين جميع الأعضاء |
الأساليب العامة | |
---|---|
static | splitMountOptions (String options) |
String | toString () |
مجالات
نظام الملفات
public String filesystem
جبل
public String mountpoint
خيارات
publicoptions
يكتب
public String type
المنشأت العامة
MountPointInfo
public MountPointInfo ()
منشئ بسيط
MountPointInfo
public MountPointInfo (String filesystem, String mountpoint, String type,options)
مُنشئ الراحة لتعيين جميع الأعضاء
حدود | |
---|---|
filesystem | String |
mountpoint | String |
type | String |
options |
الأساليب العامة
SplitMountOptions
public staticsplitMountOptions (String options)
حدود | |
---|---|
options | String |
عائدات | |
---|---|
إلى سلسلة
public String toString ()
عائدات | |
---|---|
String |