Uses of Interface
org.qiunet.cfg.base.ICfg
Packages that use ICfg
-
Uses of ICfg in org.qiunet.cfg.base
Classes in org.qiunet.cfg.base with type parameters of type ICfgSubinterfaces of ICfg in org.qiunet.cfg.baseModifier and TypeInterfaceDescriptioninterfacekey value 类型的配置类.interfaceINestListCfg<ID>嵌套List的接口 得到一个 Map[Key, LIst[Cfg]] 结构 Created by qiunet.interfaceINestMapCfg<ID,SubId> 嵌套map的接口 得到一个 Map[Key, Map[subKey, Cfg]] 结构 Created by qiunet.interfaceISimpleMapCfg<ID>简单的一层map的接口 Map[key, Cfg] 读取该manager的list是有序的.Classes in org.qiunet.cfg.base that implement ICfg -
Uses of ICfg in org.qiunet.cfg.manager.base
Classes in org.qiunet.cfg.manager.base with type parameters of type ICfgModifier and TypeClassDescriptionclassBaseCfgManager<ID,Cfg extends ICfg<ID>> interfaceICfgManager<ID,Cfg extends ICfg<ID>> 游戏设定数据处理类实现接口Methods in org.qiunet.cfg.manager.base with type parameters of type ICfgModifier and TypeMethodDescriptionprotected <Cfg extends ICfg>
voidBaseCfgManager.handlerObjConvertAndAssign(Cfg cfg, String name, String val) \ 转换字符串为对象. -
Uses of ICfg in org.qiunet.cfg.wrapper
Classes in org.qiunet.cfg.wrapper with type parameters of type ICfgModifier and TypeClassDescriptionclassBaseCfgWrapper<ID,Cfg extends ICfg<ID>> interfaceICfgWrapper<ID,Cfg extends ICfg<ID>> 配置文件的容器类.Method parameters in org.qiunet.cfg.wrapper with type arguments of type ICfgModifier and TypeMethodDescriptionstatic voidCfgType.createCfgWrapper(Class<? extends ICfg> clazz)