해결부분다운로드

public class ResolvePartialDownload
extends Object implements IRemoteFeature , ITestInformationReceiver

java.lang.Object
com.android.tradefed.testtype.suite.ResolvePartialDownload


부분 다운로드 요청을 해결합니다.

요약

필드

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

공개 생성자

ResolvePartialDownload ()

보호된 생성자

ResolvePartialDownload ( DynamicRemoteFileResolver resolver)

공개 메소드

FeatureResponse execute (FeatureRequest request)

요청에 따라 FeatureResponse 반환합니다.

String getName ()

기능의 이름입니다.

TestInformation getTestInformation ()
void setTestInformation ( TestInformation testInformation)

필드

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

공개 생성자

해결부분다운로드

public ResolvePartialDownload ()

보호된 생성자

해결부분다운로드

protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)

매개변수
resolver DynamicRemoteFileResolver

공개 메소드

실행하다

public FeatureResponse execute (FeatureRequest request)

요청에 따라 FeatureResponse 반환합니다.

매개변수
request FeatureRequest

보고
FeatureResponse

getName

public String getName ()

기능의 이름입니다. FeatureRequest#getName() 과 일치해야 합니다.

보고
String

테스트정보 가져오기

public TestInformation getTestInformation ()

보고
TestInformation

setTestInformation

public void setTestInformation (TestInformation testInformation)

매개변수
testInformation TestInformation