ITestDevice.MountPointInfo

public static class ITestDevice.MountPointInfo
extends Object

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


A simple struct class to store information about a single mountpoint

Summary

Fields

public String filesystem

public String mountpoint

public options

public String type

Public constructors

MountPointInfo()

Simple constructor

MountPointInfo(String filesystem, String mountpoint, String type, options)

Convenience constructor to set all members

Public methods

static splitMountOptions(String options)
String toString()

Fields

filesystem

public String filesystem

mountpoint

public String mountpoint

options

public  options

type

public String type

Public constructors

MountPointInfo

public MountPointInfo ()

Simple constructor

MountPointInfo

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

Convenience constructor to set all members

Parameters
filesystem String

mountpoint String

type String

options

Public methods

splitMountOptions

public static  splitMountOptions (String options)

Parameters
options String

Returns

toString

public String toString ()

Returns
String