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 |