ResolvePartialDownload
  public
  
  
  
  class
  ResolvePartialDownload
  
    extends Object
  
  
  
  
  
      implements
      
        IRemoteFeature, 
      
        ITestInformationReceiver
      
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.suite.ResolvePartialDownload | 
Resolver una solicitud de descarga parcial
Resumen
| Campos | |
|---|---|
| 
    public
    static
    final
    String | DESTINATION_DIR
 | 
| 
    public
    static
    final
    String | EXCLUDE_FILTERS
 | 
| 
    public
    static
    final
    String | INCLUDE_FILTERS
 | 
| 
    public
    static
    final
    String | REMOTE_PATHS
 | 
| 
    public
    static
    final
    String | RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
 | 
| Constructores públicos | |
|---|---|
| 
      ResolvePartialDownload()
       | |
| Constructores protegidos | |
|---|---|
| 
      ResolvePartialDownload(DynamicRemoteFileResolver resolver)
       | |
| Métodos públicos | |
|---|---|
| 
        
        
        
        
        
        FeatureResponse | 
      execute(FeatureRequest request)
      Muestra un  | 
| 
        
        
        
        
        
        String | 
      getName()
      Es el nombre de la función. | 
| 
        
        
        
        
        
        TestInformation | 
      getTestInformation()
       | 
| 
        
        
        
        
        
        void | 
      setTestInformation(TestInformation testInformation)
       | 
Campos
DESTINATION_DIR
public static final String DESTINATION_DIR
EXCLUDE_FILTERS
public static final String EXCLUDE_FILTERS
INCLUDE_FILTERS
public static final String INCLUDE_FILTERS
REMOTE_PATHS
public static final String REMOTE_PATHS
RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
public static final String RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
Constructores públicos
ResolvePartialDownload
public ResolvePartialDownload ()
Constructores protegidos
ResolvePartialDownload
protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)
| Parámetros | |
|---|---|
| resolver | DynamicRemoteFileResolver | 
Métodos públicos
ejecutar
public FeatureResponse execute (FeatureRequest request)
Muestra un FeatureResponse según la solicitud.
| Parámetros | |
|---|---|
| request | FeatureRequest | 
| Muestra | |
|---|---|
| FeatureResponse | |
getName
public String getName ()
Es el nombre de la función. Debe coincidir con FeatureRequest.getName().
| Muestra | |
|---|---|
| String | |
setTestInformation
public void setTestInformation (TestInformation testInformation)
| Parámetros | |
|---|---|
| testInformation | TestInformation | 
