OptionFetcher
  public
  
  
  
  class
  OptionFetcher
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.config.filter.OptionFetcher | 
Helper to get the test options from the parent process.
Summary
| Public constructors | |
|---|---|
| 
      OptionFetcher()
       | |
| Public methods | |
|---|---|
| 
        
        
        
        
        
        void | 
      close()
       | 
| 
        
        
        
        
        
        void | 
      fetchParentOptions(IConfiguration config)
      Fill some options from the child if it's a subprocess by matching the parent values. | 
Public constructors
OptionFetcher
public OptionFetcher ()
Public methods
close
public void close ()
fetchParentOptions
public void fetchParentOptions (IConfiguration config)
Fill some options from the child if it's a subprocess by matching the parent values.
| Parameters | |
|---|---|
| config | IConfiguration | 
