ExecutionFiles.FilesKey
  public
  static
  final
  
  enum
  ExecutionFiles.FilesKey
  
  
  
  
    extends Enum<ExecutionFiles.FilesKey>
  
  
  
  
  
  
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.invoker.ExecutionFiles.FilesKey> | |
| ↳ | com.android.tradefed.invoker.ExecutionFiles.FilesKey | |
지도에 대해 알려진 표준 키의 열거입니다.
요약
| Enum 값 | |
|---|---|
| ExecutionFiles.FilesKey | ADB_BINARY
 | 
| ExecutionFiles.FilesKey | HOST_TESTS_DIRECTORY
 | 
| ExecutionFiles.FilesKey | TARGET_TESTS_DIRECTORY
 | 
| ExecutionFiles.FilesKey | TESTS_DIRECTORY
 | 
| 공개 메서드 | |
|---|---|
| 
        
        
        static
        
        
        ExecutionFiles.FilesKey | 
      valueOf(String name)
       | 
| 
        
        
        static
        final
        
        FilesKey[] | 
      values()
       | 
Enum 값
공개 메서드
valueOf
public static ExecutionFiles.FilesKey valueOf (String name)
| 매개변수 | |
|---|---|
| name | String | 
| 반환 값 | |
|---|---|
| ExecutionFiles.FilesKey | |
