public abstract class DefaultIntegrationConfiguration extends Object implements IntegrationConfiguration
| 构造器和说明 |
|---|
DefaultIntegrationConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
backupPath()
插件备份路径。
|
boolean |
enablePluginIdRestControllerPathPrefix()
启用插件id作为RestController的路径前缀。
|
String |
pluginRestControllerPathPrefix()
插件 RestController 统一请求的路径前缀。
|
String |
uploadTempPath()
上传插件包存储的临时路径。
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitenvironment, pluginConfigFilePath, pluginPathpublic String uploadTempPath()
IntegrationConfigurationuploadTempPath 在接口中 IntegrationConfigurationpublic String backupPath()
IntegrationConfigurationbackupPath 在接口中 IntegrationConfigurationpublic String pluginRestControllerPathPrefix()
IntegrationConfigurationpluginRestControllerPathPrefix 在接口中 IntegrationConfigurationpublic boolean enablePluginIdRestControllerPathPrefix()
IntegrationConfigurationenablePluginIdRestControllerPathPrefix 在接口中 IntegrationConfigurationCopyright © 2019. All rights reserved.