Class LaunchServerModulesManager

  • All Implemented Interfaces:
    pro.gravit.launcher.modules.LauncherModulesManager

    public class LaunchServerModulesManager
    extends pro.gravit.launcher.modules.impl.SimpleModuleManager
    • Nested Class Summary

      • Nested classes/interfaces inherited from class pro.gravit.launcher.modules.impl.SimpleModuleManager

        pro.gravit.launcher.modules.impl.SimpleModuleManager.ModulesVisitor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      LaunchServerCoreModule coreModule  
      • Fields inherited from class pro.gravit.launcher.modules.impl.SimpleModuleManager

        checkMode, classLoader, context, initContext, moduleNames, modules, modulesConfigManager, modulesDir, trustManager
    • Constructor Summary

      Constructors 
      Constructor Description
      LaunchServerModulesManager​(java.nio.file.Path modulesDir, java.nio.file.Path configDir, pro.gravit.launcher.LauncherTrustManager trustManager)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void fullInitializedLaunchServer​(LaunchServer server)  
      pro.gravit.launcher.modules.LauncherModule getCoreModule()  
      void printModulesInfo()  
      • Methods inherited from class pro.gravit.launcher.modules.impl.SimpleModuleManager

        autoload, autoload, checkModuleClass, findModule, getConfigManager, getModule, getModule, getModuleByInterface, getModuleClassLoader, getModulesByInterface, initModules, invokeEvent, loadModule, loadModule
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface pro.gravit.launcher.modules.LauncherModulesManager

        containsModule, containsModule
    • Constructor Detail

      • LaunchServerModulesManager

        public LaunchServerModulesManager​(java.nio.file.Path modulesDir,
                                          java.nio.file.Path configDir,
                                          pro.gravit.launcher.LauncherTrustManager trustManager)
    • Method Detail

      • fullInitializedLaunchServer

        public void fullInitializedLaunchServer​(LaunchServer server)
      • printModulesInfo

        public void printModulesInfo()
      • getCoreModule

        public pro.gravit.launcher.modules.LauncherModule getCoreModule()
        Specified by:
        getCoreModule in interface pro.gravit.launcher.modules.LauncherModulesManager
        Overrides:
        getCoreModule in class pro.gravit.launcher.modules.impl.SimpleModuleManager