-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.Component,icu.windea.breezeframework.core.model.Configurable
public interface ConfigurableComponent implements Component, Configurable
-
-
Method Summary
Modifier and Type Method Description abstract ConfigurableComponentconfigure(Map<String, Object> configParams)根据指定的配置复制当前对象,返回一个新对象。 abstract Map<String, Object>getConfigParams()配置参数。 -
-
Method Detail
-
configure
abstract ConfigurableComponent configure(Map<String, Object> configParams)
根据指定的配置复制当前对象,返回一个新对象。
-
getConfigParams
abstract Map<String, Object> getConfigParams()
配置参数。
-
-
-
-