Package pro.gravit.launcher.managers
Class SimpleModulesConfigManager
java.lang.Object
pro.gravit.launcher.managers.SimpleModulesConfigManager
- All Implemented Interfaces:
ModulesConfigManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> SimpleConfigurable<T>getConfigurable(Class<T> tClass, Path configPath) getModuleConfig(String moduleName) getModuleConfig(String moduleName, String configName) getModuleConfigDir(String moduleName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pro.gravit.launcher.modules.ModulesConfigManager
getConfigurable, getConfigurable
-
Field Details
-
configDir
-
-
Constructor Details
-
SimpleModulesConfigManager
-
-
Method Details
-
getModuleConfig
- Specified by:
getModuleConfigin interfaceModulesConfigManager
-
getModuleConfig
- Specified by:
getModuleConfigin interfaceModulesConfigManager
-
getModuleConfigDir
- Specified by:
getModuleConfigDirin interfaceModulesConfigManager
-
getConfigurable
- Specified by:
getConfigurablein interfaceModulesConfigManager
-