Class YAMLProcessorConfigurationFile
java.lang.Object
com.zachsthings.libcomponents.bukkit.YAMLNodeConfigurationNode
com.zachsthings.libcomponents.bukkit.YAMLProcessorConfigurationFile
- All Implemented Interfaces:
com.zachsthings.libcomponents.config.ConfigurationFile,com.zachsthings.libcomponents.config.ConfigurationNode
public class YAMLProcessorConfigurationFile
extends YAMLNodeConfigurationNode
implements com.zachsthings.libcomponents.config.ConfigurationFile
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.zachsthings.libcomponents.bukkit.YAMLNodeConfigurationNode
getBoolean, getKeys, getNode, getProperty, getString, getStringList, removeProperty, setPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.zachsthings.libcomponents.config.ConfigurationNode
getBoolean, getKeys, getNode, getProperty, getString, getStringList, removeProperty, setProperty
-
Constructor Details
-
YAMLProcessorConfigurationFile
public YAMLProcessorConfigurationFile(com.sk89q.util.yaml.YAMLProcessor wrapped)
-
-
Method Details
-
load
- Specified by:
loadin interfacecom.zachsthings.libcomponents.config.ConfigurationFile- Throws:
IOException
-
save
public boolean save()- Specified by:
savein interfacecom.zachsthings.libcomponents.config.ConfigurationFile
-