اطلاعات نقطه اتصال (MountPointInfo)

public static class ITestDevice.MountPointInfo
extends Object

شیء جاوا
com.android.tradefed.device.ITestDevice.MountPointInfo


یک کلاس struct ساده برای ذخیره اطلاعات مربوط به یک mountpoint واحد

خلاصه

فیلدها

public String filesystem

public String mountpoint

public List<String> options

public String type

سازندگان عمومی

MountPointInfo ()

سازنده ساده

MountPointInfo (String filesystem, String mountpoint, String type, String optString)
MountPointInfo (String filesystem, String mountpoint, String type, List<String> options)

سازنده‌ی راحتی برای تنظیم همه اعضا

روش‌های عمومی

static List<String> splitMountOptions (String options)
String toString ()

فیلدها

سیستم فایل

public String filesystem

نقطه اتصال

public String mountpoint

گزینه‌ها

public List<String> options

نوع

public String type

سازندگان عمومی

اطلاعات نقطه اتصال

public MountPointInfo ()

سازنده ساده

اطلاعات نقطه اتصال

public MountPointInfo (String filesystem, 
                String mountpoint, 
                String type, 
                String optString)

پارامترها
filesystem String

mountpoint String

type String

optString String

اطلاعات نقطه اتصال

public MountPointInfo (String filesystem, 
                String mountpoint, 
                String type, 
                List<String> options)

سازنده‌ی راحتی برای تنظیم همه اعضا

پارامترها
filesystem String

mountpoint String

type String

options List

روش‌های عمومی

splitMountOptions

public static List<String> splitMountOptions (String options)

پارامترها
options String

بازگشت‌ها
List<String>

رشته‌ی دوتایی

public String toString ()

بازگشت‌ها
String