Class SimpleModulesConfigManager
java.lang.Object
pro.gravit.launcher.base.modules.impl.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.base.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
-