Class YamlFile
java.lang.Object
org.kingdoms.utils.config.adapters.YamlFile
- All Implemented Interfaces:
YamlContainer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kingdoms.utils.config.adapters.YamlContainer
createFile, isLoaded
-
Field Details
-
file
-
config
-
-
Constructor Details
-
YamlFile
-
-
Method Details
-
getConfig
- Specified by:
getConfigin interfaceYamlContainer
-
accessor
- Specified by:
accessorin interfaceYamlContainer
-
saveConfig
public void saveConfig()- Specified by:
saveConfigin interfaceYamlContainer
-
getFile
- Specified by:
getFilein interfaceYamlContainer
-
load
- Specified by:
loadin interfaceYamlContainer
-
reload
public void reload()- Specified by:
reloadin interfaceYamlContainer
-