ITestDevice.MountPointInfo
  public
  static
  
  
  class
  ITestDevice.MountPointInfo
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.device.ITestDevice.MountPointInfo | 
Prosta klasa struktury do przechowywania informacji o pojedynczym punkcie zamontowania
Podsumowanie
| Fieldsem | |
|---|---|
| 
    public
    
    
    String | filesystem
 | 
| 
    public
    
    
    String | mountpoint
 | 
| 
    public
    
    
     | options
 | 
| 
    public
    
    
    String | type
 | 
| Konstruktory publiczne | |
|---|---|
| 
      MountPointInfo()
      Prosty konstruktor | |
| 
      MountPointInfo(String filesystem, String mountpoint, String type, wygodny konstruktor do ustawiania wszystkich elementów; | |
| Metody publiczne | |
|---|---|
| 
        
        
        static
        
        
         | 
      splitMountOptions(String options)
       | 
| 
        
        
        
        
        
        String | 
      toString()
       | 
Fieldsem
filesystem
public String filesystem
punkt podłączania
public String mountpoint
Opcje
publicoptions 
typ
public String type
Konstruktory publiczne
MountPointInfo
public MountPointInfo ()
Prosty konstruktor
MountPointInfo
public MountPointInfo (String filesystem, 
                String mountpoint, 
                String type, 
                 options) wygodny konstruktor do ustawiania wszystkich elementów;
| Parametry | |
|---|---|
| filesystem | String | 
| mountpoint | String | 
| type | String | 
| options |  | 
Metody publiczne
splitMountOptions
public staticsplitMountOptions (String options) 
| Parametry | |
|---|---|
| options | String | 
| Zwroty | |
|---|---|
|  | |
toString
public String toString ()
| Zwroty | |
|---|---|
| String | |
