Class BaseCfgWrapper<ID,Cfg extends ICfg<ID>>

java.lang.Object
org.qiunet.cfg.wrapper.BaseCfgWrapper<ID,Cfg>
All Implemented Interfaces:
IAfterLoad, ICfgCheck, ICfgWrapper<ID,Cfg>

public abstract class BaseCfgWrapper<ID,Cfg extends ICfg<ID>> extends Object implements ICfgWrapper<ID,Cfg>, IAfterLoad, ICfgCheck
Author:
qiunet 2020-04-24 11:19
  • Constructor Details

    • BaseCfgWrapper

      public BaseCfgWrapper()
  • Method Details

    • check

      public void check()
      Description copied from interface: ICfgCheck
      检查配置
      Specified by:
      check in interface ICfgCheck
    • afterLoad

      public void afterLoad()
      Specified by:
      afterLoad in interface IAfterLoad