接口 | 说明 |
---|---|
RepositoryConfigManagerProvider<T extends RepositoryConfig> |
某类型仓库的所有配置管理
Created by rinoux on 2018/4/2.
|
ResourceModuleConfigProvider |
模块的配置,这里抽成接口方便单元测试需要提供配置,但是配置类依赖其它模块启动;
如果要在单元测试中启动一个mock的资源模块,就必须启动其依赖的其它模块,
所以要抽出接口给单元测试去mock一个配置提供者
Created by rinoux on 2018/3/23.
|
类 | 说明 |
---|---|
CommonRepoConfig |
通用仓库配置
需要协议、host、端口、用户名、密码的仓库的通用配置
如果还有其它配置,可以继承本类,也可以单独使用
Created by rinoux on 2018/6/29.
|
RepositoryConfig |
Created by rinoux on 2018/5/15.
|
ResourceModuleConfig |
Created by rinoux on 2017/12/12.
|