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

طُرق وضع التصميم العامة

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()

الحقول

filesystem

public String filesystem

نقطة التثبيت

public String mountpoint

خيارات

public List<String> options

النوع

public String type

طُرق وضع التصميم العامة

MountPointInfo

public MountPointInfo ()

دالة إنشاء بسيطة

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

الإجراءات العامة

splitMountOptions

public static List<String> splitMountOptions (String options)

المعلَمات
options String

المرتجعات
List<String>

toString

public String toString ()

المرتجعات
String