Class YamlPropertyConfigurationFile
java.lang.Object
me.neznamy.tab.api.config.ConfigurationFile
me.neznamy.tab.api.config.YamlConfigurationFile
me.neznamy.tab.shared.config.file.YamlPropertyConfigurationFile
- All Implemented Interfaces:
me.neznamy.tab.api.PropertyConfiguration
public class YamlPropertyConfigurationFile
extends me.neznamy.tab.api.config.YamlConfigurationFile
implements me.neznamy.tab.api.PropertyConfiguration
-
Field Summary
Fields inherited from class me.neznamy.tab.api.config.ConfigurationFile
file, header, values -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGlobalSettings(String name) getPerServerSettings(String name) getPerWorldSettings(String name) String[]getProperty(String name, String property, String server, String world) voidvoidMethods inherited from class me.neznamy.tab.api.config.YamlConfigurationFile
saveMethods inherited from class me.neznamy.tab.api.config.ConfigurationFile
fixHeader, getBoolean, getConfigurationSection, getDouble, getFile, getInt, getInt, getName, getObject, getObject, getObject, getString, getString, getStringList, getStringList, getValues, hasConfigOption, set, setValuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface me.neznamy.tab.api.PropertyConfiguration
convertMap, fromString, toString
-
Constructor Details
-
YamlPropertyConfigurationFile
public YamlPropertyConfigurationFile(InputStream source, File destination) throws org.yaml.snakeyaml.error.YAMLException, IOException - Throws:
org.yaml.snakeyaml.error.YAMLExceptionIOException
-
-
Method Details
-
setProperty
- Specified by:
setPropertyin interfaceme.neznamy.tab.api.PropertyConfiguration
-
getProperty
- Specified by:
getPropertyin interfaceme.neznamy.tab.api.PropertyConfiguration
-
remove
- Specified by:
removein interfaceme.neznamy.tab.api.PropertyConfiguration
-
getGlobalSettings
- Specified by:
getGlobalSettingsin interfaceme.neznamy.tab.api.PropertyConfiguration
-
getPerWorldSettings
- Specified by:
getPerWorldSettingsin interfaceme.neznamy.tab.api.PropertyConfiguration
-
getPerServerSettings
- Specified by:
getPerServerSettingsin interfaceme.neznamy.tab.api.PropertyConfiguration
-
getAllEntries
- Specified by:
getAllEntriesin interfaceme.neznamy.tab.api.PropertyConfiguration
-