Class JsonConfigurable<T>
java.lang.Object
pro.gravit.launcher.base.config.JsonConfigurable<T>
- All Implemented Interfaces:
JsonConfigurableInterface<T>
- Direct Known Subclasses:
SimpleConfigurable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JsonConfigurableInterface
generateConfigIfNotExists, generateConfigIfNotExists, loadConfig, loadConfig, loadConfig, resetConfig, resetConfig, saveConfig, saveConfig, saveConfig, toJsonString, toJsonString
-
Field Details
-
configPath
-
-
Constructor Details
-
JsonConfigurable
-
-
Method Details
-
getPath
- Specified by:
getPathin interfaceJsonConfigurableInterface<T>
-
getType
- Specified by:
getTypein interfaceJsonConfigurableInterface<T>
-
getConfig
- Specified by:
getConfigin interfaceJsonConfigurableInterface<T>
-
setConfig
- Specified by:
setConfigin interfaceJsonConfigurableInterface<T>
-
getDefaultConfig
- Specified by:
getDefaultConfigin interfaceJsonConfigurableInterface<T>
-