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
List<String> |
options
|
public
String |
type
|
Public constructors | |
|---|---|
MountPointInfo()
Simple constructor |
|
MountPointInfo(String filesystem, String mountpoint, String type, String optString)
|
|
MountPointInfo(String filesystem, String mountpoint, String type, List<String> options)
Convenience constructor to set all members |
|
Public methods | |
|---|---|
static
List<String>
|
splitMountOptions(String options)
|
String
|
toString()
|
Fields
filesystem
public String filesystem
mountpoint
public String mountpoint
options
public List<String> options
type
public String type
Public constructors
MountPointInfo
public MountPointInfo ()
Simple constructor
MountPointInfo
public MountPointInfo (String filesystem,
String mountpoint,
String type,
String optString)| Parameters | |
|---|---|
filesystem |
String |
mountpoint |
String |
type |
String |
optString |
String |
MountPointInfo
public MountPointInfo (String filesystem,
String mountpoint,
String type,
List<String> options)Convenience constructor to set all members
| Parameters | |
|---|---|
filesystem |
String |
mountpoint |
String |
type |
String |
options |
List |
Public methods
splitMountOptions
public static List<String> splitMountOptions (String options)
| Parameters | |
|---|---|
options |
String |
| Returns | |
|---|---|
List<String> |
|
toString
public String toString ()
| Returns | |
|---|---|
String |
|