GcsRemoteFileResolver
public class GcsRemoteFileResolver
extends Object
implements IRemoteFileResolver
java.lang.Object | |
↳ | com.android.tradefed.config.remote.GcsRemoteFileResolver |
Realizacja IRemoteFileResolver
który umożliwia pobieranie z wiadra GCS.
Streszczenie
Pola | |
---|---|
public static final String | PROTOCOL
|
Konstruktorzy publiczni | |
---|---|
GcsRemoteFileResolver () |
Metody publiczne | |
---|---|
String | getSupportedProtocol () Zwraca skojarzony protokół obsługiwany do pobrania. |
IRemoteFileResolver.ResolvedFile | resolveRemoteFile ( IRemoteFileResolver.RemoteFileResolverArgs args) Rozwiąż zdalny plik w przyszłościowym interfejsie |
Metody chronione | |
---|---|
GCSDownloaderHelper | getDownloader () |
Pola
PROTOKÓŁ
public static final String PROTOCOL
Konstruktorzy publiczni
GcsRemoteFileResolver
public GcsRemoteFileResolver ()
Metody publiczne
getSupportedProtocol
public String getSupportedProtocol ()
Zwraca skojarzony protokół obsługiwany do pobrania.
Zwroty | |
---|---|
String |
resolveRemoteFile
public IRemoteFileResolver.ResolvedFile resolveRemoteFile (IRemoteFileResolver.RemoteFileResolverArgs args)
Rozwiąż zdalny plik w przyszłościowym interfejsie
Parametry | |
---|---|
args | IRemoteFileResolver.RemoteFileResolverArgs : RemoteFileResolverArgs opisujące pilota pobrać i jak. |
Zwroty | |
---|---|
IRemoteFileResolver.ResolvedFile | Rozwiązana lokalna reprezentacja pliku. |
Rzuty | |
---|---|
BuildRetrievalError |