ITestDevice.MountPointInfo
public
static
class
ITestDevice.MountPointInfo
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.device.ITestDevice.MountPointInfo |
단일 마운트 지점에 관한 정보를 저장하는 간단한 구조체 클래스
요약
필드 | |
|---|---|
public
String |
filesystem
|
public
String |
mountpoint
|
public
List<String> |
options
|
public
String |
type
|
공개 생성자 | |
|---|---|
MountPointInfo()
간단한 생성자 |
|
MountPointInfo(String filesystem, String mountpoint, String type, String optString)
|
|
MountPointInfo(String filesystem, String mountpoint, String type, List<String> options)
모든 멤버를 설정하는 편리한 생성자 |
|
공개 메서드 | |
|---|---|
static
List<String>
|
splitMountOptions(String options)
|
String
|
toString()
|
필드
파일 시스템
public String filesystem
마운트 지점
public String mountpoint
옵션
public List<String> options
유형
public String type
공개 생성자
MountPointInfo
public MountPointInfo ()
간단한 생성자
MountPointInfo
public MountPointInfo (String filesystem,
String mountpoint,
String type,
String optString)| 매개변수 | |
|---|---|
filesystem |
String |
mountpoint |
String |
type |
String |
optString |
String |
MountPointInfo
public MountPointInfo (String filesystem,
String mountpoint,
String type,
List<String> options)모든 멤버를 설정하는 편리한 생성자
| 매개변수 | |
|---|---|
filesystem |
String |
mountpoint |
String |
type |
String |
options |
List |
공개 메서드
splitMountOptions
public static List<String> splitMountOptions (String options)
| 매개변수 | |
|---|---|
options |
String |
| 반환 | |
|---|---|
List<String> |
|
toString
public String toString ()
| 반환 | |
|---|---|
String |
|