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