接口 DeployAble
- 所有已知实现类:
NkScriptManagerImpl,PlatformRegistryServiceImpl,UserAuthorizationServiceImpl,WebMenuServiceImpl
public interface DeployAble
-
方法概要
修饰符和类型方法说明voidexportConfig(com.alibaba.fastjson.JSONObject config, com.alibaba.fastjson.JSONObject export)voidimportConfig(com.alibaba.fastjson.JSONObject data)voidloadExport(com.alibaba.fastjson.JSONArray exports)
-
方法详细资料
-
loadExport
void loadExport(com.alibaba.fastjson.JSONArray exports) -
exportConfig
void exportConfig(com.alibaba.fastjson.JSONObject config, com.alibaba.fastjson.JSONObject export) -
importConfig
void importConfig(com.alibaba.fastjson.JSONObject data)
-