Class YAMLNodeConfigurationNode
java.lang.Object
com.zachsthings.libcomponents.bukkit.YAMLNodeConfigurationNode
- All Implemented Interfaces:
com.zachsthings.libcomponents.config.ConfigurationNode
- Direct Known Subclasses:
YAMLProcessorConfigurationFile
public class YAMLNodeConfigurationNode
extends Object
implements com.zachsthings.libcomponents.config.ConfigurationNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(String node)com.zachsthings.libcomponents.config.ConfigurationNodegetProperty(String node)getStringList(String node, List<String> def)voidremoveProperty(String node)voidsetProperty(String node, Object value)
-
Constructor Details
-
YAMLNodeConfigurationNode
public YAMLNodeConfigurationNode(com.sk89q.util.yaml.YAMLNode wrapped)
-
-
Method Details
-
getNode
- Specified by:
getNodein interfacecom.zachsthings.libcomponents.config.ConfigurationNode
-
getProperty
- Specified by:
getPropertyin interfacecom.zachsthings.libcomponents.config.ConfigurationNode
-
setProperty
- Specified by:
setPropertyin interfacecom.zachsthings.libcomponents.config.ConfigurationNode
-
removeProperty
- Specified by:
removePropertyin interfacecom.zachsthings.libcomponents.config.ConfigurationNode
-
getKeys
- Specified by:
getKeysin interfacecom.zachsthings.libcomponents.config.ConfigurationNode
-
getBoolean
- Specified by:
getBooleanin interfacecom.zachsthings.libcomponents.config.ConfigurationNode
-
getString
- Specified by:
getStringin interfacecom.zachsthings.libcomponents.config.ConfigurationNode
-
getStringList
- Specified by:
getStringListin interfacecom.zachsthings.libcomponents.config.ConfigurationNode
-