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 |
|