BuildInfoKey.BuildInfoFileKey
  public
  static
  final
  
  enum
  BuildInfoKey.BuildInfoFileKey
  
  
  
  
    extends Enum<BuildInfoKey.BuildInfoFileKey>
  
  
  
  
  
  
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.build.BuildInfoKey.BuildInfoFileKey> | |
| ↳ | com.android.tradefed.build.BuildInfoKey.BuildInfoFileKey | |
Enum opisujący wszystkie znane typy plików, które można wyszukiwać za pomocą IBuildInfo.getFile(com.android.tradefed.build.BuildInfoKey.BuildInfoFileKey).
Podsumowanie
Wartości typu wyliczeniowego | |
|---|---|
BuildInfoKey.BuildInfoFileKey  | 
    
      BASEBAND_IMAGE
      
  | 
  
BuildInfoKey.BuildInfoFileKey  | 
    
      BOOTLOADER_IMAGE
      
  | 
  
BuildInfoKey.BuildInfoFileKey  | 
    
      DEVICE_IMAGE
      
  | 
  
BuildInfoKey.BuildInfoFileKey  | 
    
      HOST_LINKED_DIR
      
  | 
  
BuildInfoKey.BuildInfoFileKey  | 
    
      MKBOOTIMG_IMAGE
      
  | 
  
BuildInfoKey.BuildInfoFileKey  | 
    
      OTA_IMAGE
      
  | 
  
BuildInfoKey.BuildInfoFileKey  | 
    
      PACKAGE_FILES
      
  | 
  
BuildInfoKey.BuildInfoFileKey  | 
    
      RAMDISK_IMAGE
      
  | 
  
BuildInfoKey.BuildInfoFileKey  | 
    
      ROOT_DIRECTORY
      
  | 
  
BuildInfoKey.BuildInfoFileKey  | 
    
      TARGET_LINKED_DIR
      
  | 
  
BuildInfoKey.BuildInfoFileKey  | 
    
      TESTDIR_IMAGE
      
  | 
  
BuildInfoKey.BuildInfoFileKey  | 
    
      USERDATA_IMAGE
      
  | 
  
Metody publiczne | |
|---|---|
        
        
        static
        
        
        BuildInfoKey.BuildInfoFileKey
     | 
  
    
      
      fromString(String keyName)
      
      
        konwertuje nazwę klucza na   | 
  
        
        
        
        
        
        String
     | 
  
    
      
      getFileKey()
      
      
     | 
  
        
        
        
        
        
        boolean
     | 
  
    
      
      isList()
      
      
     | 
  
        
        
        
        
        
        String
     | 
  
    
      
      toString()
      
      
     | 
  
        
        
        static
        
        
        BuildInfoKey.BuildInfoFileKey
     | 
  
    
      
      valueOf(String name)
      
      
     | 
  
        
        
        static
        final
        
        BuildInfoFileKey[]
     | 
  
    
      
      values()
      
      
     | 
  
Wartości typu wyliczeniowego
Metody publiczne
fromString
public static BuildInfoKey.BuildInfoFileKey fromString (String keyName)
konwertuje nazwę klucza na BuildInfoFileKey, jeśli zostanie znaleziona. W przeciwnym razie zwraca wartość null.
| Parametry | |
|---|---|
keyName | 
        
          String  | 
      
| Zwroty | |
|---|---|
BuildInfoKey.BuildInfoFileKey | 
        |
getFileKey
public String getFileKey ()
| Zwroty | |
|---|---|
String | 
        |
isList
public boolean isList ()
| Zwroty | |
|---|---|
boolean | 
        |
toString
public String toString ()
| Zwroty | |
|---|---|
String | 
        |
valueOf
public static BuildInfoKey.BuildInfoFileKey valueOf (String name)
| Parametry | |
|---|---|
name | 
        
          String  | 
      
| Zwroty | |
|---|---|
BuildInfoKey.BuildInfoFileKey | 
        |