Uses of Interface
cn.com.anysdk.oss.api.IOssConfig
Packages that use IOssConfig
Package
Description
-
Uses of IOssConfig in cn.com.anysdk.oss.api
Methods in cn.com.anysdk.oss.api that return IOssConfig -
Uses of IOssConfig in cn.com.anysdk.oss.config
Classes in cn.com.anysdk.oss.config that implement IOssConfigModifier and TypeClassDescriptionclassclassclassclass -
Uses of IOssConfig in cn.com.anysdk.oss.factory
Methods in cn.com.anysdk.oss.factory with parameters of type IOssConfigModifier and TypeMethodDescriptionstatic IOssServiceOssServiceFactory.createService(IOssConfig config) 创建OSS服务实例 -
Uses of IOssConfig in cn.com.anysdk.oss.impl
Methods in cn.com.anysdk.oss.impl that return IOssConfigModifier and TypeMethodDescriptionAliyunOssService.getConfig()LocalFileSystemService.getConfig()MinioOssService.getConfig()TencentCloudOssService.getConfig()OssServiceManager.getCurrentConfig()获取当前服务商配置Methods in cn.com.anysdk.oss.impl with parameters of type IOssConfigModifier and TypeMethodDescriptionOssServiceManager.switchProvider(IOssConfig config) 切换存储服务提供商booleanOssServiceManager.validateConfig(IOssConfig config) 验证服务商配置是否有效Constructors in cn.com.anysdk.oss.impl with parameters of type IOssConfigModifierConstructorDescriptionAliyunOssService(IOssConfig config) LocalFileSystemService(IOssConfig config) MinioOssService(IOssConfig config) TencentCloudOssService(IOssConfig config)