ITestDevice.MountPointInfo
  public
  static
  
  
  class
  ITestDevice.MountPointInfo
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.device.ITestDevice.MountPointInfo | 
Tek bir bağlama noktasıyla ilgili bilgileri depolamak için basit bir yapı sınıfı
Özet
| Fields'ın oynadığı filmler | |
|---|---|
| 
    public
    
    
    String | filesystem
 | 
| 
    public
    
    
    String | mountpoint
 | 
| 
    public
    
    
     | options
 | 
| 
    public
    
    
    String | type
 | 
| Herkese açık kurucular | |
|---|---|
| 
      MountPointInfo()
      Basit oluşturucu | |
| 
      MountPointInfo(String filesystem, String mountpoint, String type, Tüm üyeleri ayarlamak için kolaylık sağlayıcı kurucu | |
| Herkese açık yöntemler | |
|---|---|
| 
        
        
        static
        
        
         | 
      splitMountOptions(String options)
       | 
| 
        
        
        
        
        
        String | 
      toString()
       | 
Fields'ın oynadığı filmler
filesystem
public String filesystem
mountpoint
public String mountpoint
seçenekler
publicoptions 
tür
public String type
Herkese açık kurucular
MountPointInfo
public MountPointInfo ()
Basit oluşturucu
MountPointInfo
public MountPointInfo (String filesystem, 
                String mountpoint, 
                String type, 
                 options) Tüm üyeleri ayarlamak için kolaylık sağlayıcı kurucu
| Parametreler | |
|---|---|
| filesystem | String | 
| mountpoint | String | 
| type | String | 
| options |  | 
Herkese açık yöntemler
splitMountOptions
public staticsplitMountOptions (String options) 
| Parametreler | |
|---|---|
| options | String | 
| İlerlemeler | |
|---|---|
|  | |
toString
public String toString ()
| İlerlemeler | |
|---|---|
| String | |
