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

ทุ่ง

ระบบไฟล์

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