ResolvePartialDownload
  public
  
  
  
  class
  ResolvePartialDownload
  
    extends Object
  
  
  
  
  
      implements
      
        IRemoteFeature, 
      
        ITestInformationReceiver
      
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.suite.ResolvePartialDownload | 
Résolvez une demande de téléchargement partiel.
Résumé
| Champs | |
|---|---|
| 
    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
 | 
| Constructeurs publics | |
|---|---|
| 
      ResolvePartialDownload()
       | |
| Constructeurs protégés | |
|---|---|
| 
      ResolvePartialDownload(DynamicRemoteFileResolver resolver)
       | |
| Méthodes publiques | |
|---|---|
| 
        
        
        
        
        
        FeatureResponse | 
      execute(FeatureRequest request)
      Renvoie un  | 
| 
        
        
        
        
        
        String | 
      getName()
      Nom de l'élément géographique. | 
| 
        
        
        
        
        
        TestInformation | 
      getTestInformation()
       | 
| 
        
        
        
        
        
        void | 
      setTestInformation(TestInformation testInformation)
       | 
Champs
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
Constructeurs publics
ResolvePartialDownload
public ResolvePartialDownload ()
Constructeurs protégés
ResolvePartialDownload
protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)
| Paramètres | |
|---|---|
| resolver | DynamicRemoteFileResolver | 
Méthodes publiques
execute
public FeatureResponse execute (FeatureRequest request)
Renvoie un FeatureResponse en fonction de la requête.
| Paramètres | |
|---|---|
| request | FeatureRequest | 
| Renvoie | |
|---|---|
| FeatureResponse | |
getName
public String getName ()
Nom de l'élément géographique. Doit correspondre à FeatureRequest.getName().
| Renvoie | |
|---|---|
| String | |
setTestInformation
public void setTestInformation (TestInformation testInformation)
| Paramètres | |
|---|---|
| testInformation | TestInformation | 
