ITestDevice.MountPointInfo

public static class ITestDevice.MountPointInfo
extends Object

java.lang.Object
   ↳ com.android.tradefed.device.ITestDevice.MountPointInfo


Tek bir bağlama noktasıyla ilgili bilgileri depolamak için basit bir yapı sınıfı

Özet

Alanlar

public String filesystem

public String mountpoint

public List<String> options

public String type

Herkese açık oluşturucular

MountPointInfo()

Basit oluşturucu

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

Tüm üyeleri ayarlamak için kolaylık oluşturucu

Herkese açık yöntemler

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

Alanlar

filesystem

public String filesystem

bağlama noktası

public String mountpoint

seçenekler

public List<String> options

tür

public String type

Herkese açık oluşturucular

MountPointInfo

public MountPointInfo ()

Basit oluşturucu

MountPointInfo

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

Parametreler
filesystem String

mountpoint String

type String

optString String

MountPointInfo

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

Tüm üyeleri ayarlamak için kolaylık oluşturucu

Parametreler
filesystem String

mountpoint String

type String

options List

Herkese açık yöntemler

splitMountOptions

public static List<String> splitMountOptions (String options)

Parametreler
options String

İadeler
List<String>

toString

public String toString ()

Döndürülenler
String