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
마운트 지점
public String mountpoint
옵션
publicoptions
type
public String type
공개 생성자
마운트 지점 정보
public MountPointInfo ()
간단한 생성자
마운트 지점 정보
public MountPointInfo (String filesystem, String mountpoint, String type,options)
모든 멤버를 설정하는 편의 생성자
매개변수 | |
---|---|
filesystem |
String |
mountpoint |
String |
type |
String |
options |
|
공개 메서드
분할 마운트 옵션
public staticsplitMountOptions (String options)
매개변수 | |
---|---|
options |
String |
반환 값 | |
---|---|
|
toString
public String toString ()
반환 값 | |
---|---|
String |