ITestDevice.MountPointInfo
public static class ITestDevice.MountPointInfo
extends Object
java.lang.객체 | |
↳ | com.android.tradefed.device.ITestDevice.MountPointInfo |
단일 마운트 지점에 대한 정보를 저장하는 간단한 구조체 클래스
요약
필드 | |
---|---|
public String | filesystem |
public String | mountpoint |
public | options |
public String | type
|
공개 생성자 | |
---|---|
MountPointInfo () 간단한 생성자 | |
MountPointInfo (String filesystem, String mountpoint, String type, options) MountPointInfo (String filesystem, String mountpoint, String type, options) 모든 멤버를 설정하는 편의 생성자 |
공개 방법 | |
---|---|
static | splitMountOptions (String options) |
String | toString () |
필드
파일 시스템
public String filesystem
마운트포인트
public String mountpoint
옵션
publicoptions
유형
public String type
공개 생성자
MountPointInfo
public MountPointInfo ()
간단한 생성자
MountPointInfo
public MountPointInfo (String filesystem, String mountpoint, String type,options)
모든 멤버를 설정하는 편의 생성자
매개변수 | |
---|---|
filesystem | String |
mountpoint | String |
type | String |
options |
공개 방법
splitMount옵션
public staticsplitMountOptions (String options)
매개변수 | |
---|---|
options | String |
보고 | |
---|---|
toString
public String toString ()
보고 | |
---|---|
String |