RustTestBase.Invocation
  protected
  
  
  
  class
  RustTestBase.Invocation
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.rust.RustTestBase.Invocation | 
Tóm tắt
Trường | |
|---|---|
    public
    
    
    String[] | 
    
      command
      
  | 
  
    public
    
    
     | 
    
      env
      
  | 
  
    public
    
    
    File | 
    
      workingDir
      
  | 
  
Hàm khởi tạo công khai | |
|---|---|
      
      Invocation(String[] command, 
      
     | 
  |
Trường
lệnh
public String[] command
env
publicenv 
workingDir
public File workingDir
Hàm khởi tạo công khai
Lệnh gọi
public Invocation (String[] command, 
                 env, 
                File workingDir) | Tham số | |
|---|---|
command | 
        
          String  | 
      
env | 
        
            | 
      
workingDir | 
        
          File  |