ITestDevice.MountPointInfo

public static class ITestDevice.MountPointInfo
extends Object

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


Classe de structure simple pour stocker des informations sur un seul point de montage

Résumé

Champs

public String filesystem

public String mountpoint

public List<String> options

public String type

Constructeurs publics

MountPointInfo()

Constructeur simple

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

Constructeur de commodité pour définir tous les membres

Méthodes publiques

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

Champs

filesystem

public String filesystem

mountpoint

public String mountpoint

options

public List<String> options

type

public String type

Constructeurs publics

MountPointInfo

public MountPointInfo ()

Constructeur simple

MountPointInfo

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

Paramètres
filesystem String

mountpoint String

type String

optString String

MountPointInfo

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

Constructeur de commodité pour définir tous les membres

Paramètres
filesystem String

mountpoint String

type String

options List

Méthodes publiques

splitMountOptions

public static List<String> splitMountOptions (String options)

Paramètres
options String

Renvoie
List<String>

toString

public String toString ()

Renvoie
String