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
|
options
|
public
String |
type
|
공개 생성자 | |
---|---|
MountPointInfo()
간단한 생성자 |
|
MountPointInfo(String filesystem, String mountpoint, String type,
모든 멤버를 설정하는 편의 생성자 |
공개 메서드 | |
---|---|
static
|
splitMountOptions(String options)
|
String
|
toString()
|
필드
파일 시스템
public String filesystem
mountpoint
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 |
|
공개 메서드
splitMountOptions
public staticsplitMountOptions (String options)
매개변수 | |
---|---|
options |
String |
반환 값 | |
---|---|
|
toString
public String toString ()
반환 값 | |
---|---|
String |