程序包 | 说明 |
---|---|
com.fr.io.base.provider | |
com.fr.io.context | |
com.fr.io.context.info | |
com.fr.io.context.manager | |
com.fr.io.installer |
限定符和类型 | 方法和说明 |
---|---|
InstalledComponent |
RepositoryInstallerProvider.find(java.lang.String repoName)
获取安装的仓库
|
InstalledComponent |
RepositoryInstallerProvider.install(RepositoryProfile profile)
安装仓库
|
限定符和类型 | 方法和说明 |
---|---|
java.util.Map<java.lang.String,InstalledComponent> |
RepositoryInstallerProvider.findAll()
所有安装的仓库
|
限定符和类型 | 方法和说明 |
---|---|
static InstalledComponent |
ResourceModuleContext.getInstalledComponent(java.lang.String repoName)
获取已安装的仓库组件
|
static InstalledComponent |
ResourceModuleContext.install(RepositoryProfile profile)
安装一个仓库(仅安装不可用)
此方法会RPC
|
限定符和类型 | 方法和说明 |
---|---|
InstalledComponent<T> |
RepositoryProfile.generateComponent()
仅生成安装组件(不安装)
|
InstalledComponent<T> |
RepositoryProfile.install()
安装并返回生产的安装组件
|
限定符和类型 | 方法和说明 |
---|---|
InstalledComponent |
ResourceModuleManagerProvider.install(RepositoryProfile profile) |
InstalledComponent |
ResourceModuleManager.install(RepositoryProfile profile) |
限定符和类型 | 方法和说明 |
---|---|
InstalledComponent |
RepositoryInstaller.find(java.lang.String repoName) |
InstalledComponent |
RepositoryInstaller.install(RepositoryProfile profile) |
限定符和类型 | 方法和说明 |
---|---|
java.util.Map<java.lang.String,InstalledComponent> |
RepositoryInstaller.findAll() |