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, options) MountPointInfo (String filesystem, String mountpoint, String type, options)

모든 멤버를 설정하는 편의 생성자

공개 메소드

static splitMountOptions (String options)
String toString ()

필드

파일 시스템

public String filesystem

마운트 지점

public String mountpoint

옵션

public  options

유형

public String type

공개 생성자

MountPoint정보

public MountPointInfo ()

간단한 생성자

MountPoint정보

public MountPointInfo (String filesystem, 
                String mountpoint, 
                String type, 
                 options)

모든 멤버를 설정하는 편의 생성자

매개변수
filesystem String

mountpoint String

type String

options

공개 메소드

분할마운트옵션

public static  splitMountOptions (String options)

매개변수
options String

보고

toString

public String toString ()

보고
String