发送反馈
DynamicRemoteFileResolver.FileResolverLoader public static interface DynamicRemoteFileResolver.FileResolverLoader
com.android.tradefed.config.DynamicRemoteFileResolver.FileResolverLoader
加载IRemoteFileResolver
实现。
概括 公开方法 加载
public abstract IRemoteFileResolver load (String scheme,
config) 加载可以处理所提供方案的解析器。
参数 scheme
String
:已加载的解析程序应处理的URI方案。 config
:由'dynamic-resolver-args'TF命令行标志指定的所有动态解析器配置键值对的映射。
投掷 DynamicRemoteFileResolver.ResolverLoadingException
如果无法加载和/或初始化处理指定方案的解析器。
发送反馈
Content and code samples on this page are subject to the licenses described in the Content License . Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 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":"其他"
}]
需要向我们提供更多信息?