Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
DynamicRemoteFileResolver.FileResolverLoader
public
static
interface
DynamicRemoteFileResolver.FileResolverLoader
com.android.tradefed.config.DynamicRemoteFileResolver.FileResolverLoader
|
Loads implementations of IRemoteFileResolver
.
Summary
Public methods |
abstract
IRemoteFileResolver
|
load(String scheme, config)
Loads a resolver that can handle the provided scheme.
|
Public methods
load
public abstract IRemoteFileResolver load (String scheme,
config)
Loads a resolver that can handle the provided scheme.
Parameters |
scheme |
String : the URI scheme that the loaded resolver is expected to handle. |
config |
: a map of all dynamic resolver configuration key-value pairs specified by
the 'dynamic-resolver-args' TF command-line flag. |
Throws |
DynamicRemoteFileResolver.ResolverLoadingException |
if the resolver that handles the specified scheme cannot
be loaded and/or initialized.
|
Контент и образцы кода на этой странице предоставлены по лицензиям. Java и OpenJDK – это зарегистрированные товарные знаки корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2020-09-08 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Отсутствует нужная мне информация"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Слишком сложен/слишком много шагов"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Устарел"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Проблема с переводом текста"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Проблемы образцов/кода"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Другое"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Прост для понимания"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Помог мне решить мою проблему"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Другое"
}]