接口 ScopeModelAware

    • 方法详细资料

      • setScopeModel

        default void setScopeModel​(ScopeModel scopeModel)
        Override this method if you need get the scope model (maybe one of FrameworkModel/ApplicationModel/ModuleModel).
        参数:
        scopeModel -
      • setFrameworkModel

        default void setFrameworkModel​(FrameworkModel frameworkModel)
        Override this method if you just need framework model
        参数:
        frameworkModel -
      • setApplicationModel

        default void setApplicationModel​(ApplicationModel applicationModel)
        Override this method if you just need application model
        参数:
        applicationModel -
      • setModuleModel

        default void setModuleModel​(ModuleModel moduleModel)
        Override this method if you just need module model
        参数:
        moduleModel -