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

সরকারি নির্মাণকারী

মাউন্টপয়েন্টইনফো

public MountPointInfo ()

সরল কনস্ট্রাক্টর

মাউন্টপয়েন্টইনফো

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

প্যারামিটার
filesystem String

mountpoint String

type String

optString String

মাউন্টপয়েন্টইনফো

public MountPointInfo (String filesystem, 
                String mountpoint, 
                String type, 
                List<String> options)

সকল সদস্য সেট করার জন্য সুবিধাজনক কনস্ট্রাক্টর।

প্যারামিটার
filesystem String

mountpoint String

type String

options List

জনসাধারণের পদ্ধতি

স্প্লিটমাউন্ট অপশন

public static List<String> splitMountOptions (String options)

প্যারামিটার
options String

ফেরত
List<String>

স্ট্রিং-এ

public String toString ()

ফেরত
String