Package cool.taomu.framework.configure
Class ConfigureManage
- java.lang.Object
-
- cool.taomu.framework.configure.ConfigureManage
-
- All Implemented Interfaces:
cool.taomu.framework.inter.IConfigureManage<ConfigureEntity>
@Spi(value="taomu-configure", singleton=true) public class ConfigureManage extends java.lang.Object implements cool.taomu.framework.inter.IConfigureManage<ConfigureEntity>
-
-
Constructor Summary
Constructors Constructor Description ConfigureManage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigureEntityloadConfig()voidsetConfigPath(java.lang.String path)
-
-
-
Method Detail
-
loadConfig
public ConfigureEntity loadConfig()
- Specified by:
loadConfigin interfacecool.taomu.framework.inter.IConfigureManage<ConfigureEntity>
-
setConfigPath
public void setConfigPath(java.lang.String path)
- Specified by:
setConfigPathin interfacecool.taomu.framework.inter.IConfigureManage<ConfigureEntity>
-
-