Interface Configuration
-
- All Superinterfaces:
ConfigurationSection
- All Known Implementing Classes:
FileConfiguration
,MemoryConfiguration
,YamlConfiguration
public interface Configuration extends ConfigurationSection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addDefault(java.lang.String path, java.lang.Object value)
void
addDefaults(java.util.Map<java.lang.String,java.lang.Object> defaults)
void
addDefaults(Configuration defaults)
Configuration
getDefaults()
ConfigurationOptions
options()
void
setDefaults(Configuration defaults)
-
Methods inherited from interface net.alpenblock.bungeeperms.config.ConfigurationSection
contains, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getConfigurationSection, getCurrentPath, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInt, getInt, getIntegerList, getKeys, getList, getList, getLong, getLong, getLongList, getMapList, getName, getParent, getRoot, getShortList, getString, getString, getStringList, getValues, isBoolean, isConfigurationSection, isDouble, isInt, isList, isLong, isSet, isString, set
-
-
-
-
Method Detail
-
addDefault
void addDefault(java.lang.String path, java.lang.Object value)
- Specified by:
addDefault
in interfaceConfigurationSection
-
addDefaults
void addDefaults(java.util.Map<java.lang.String,java.lang.Object> defaults)
-
addDefaults
void addDefaults(Configuration defaults)
-
setDefaults
void setDefaults(Configuration defaults)
-
getDefaults
Configuration getDefaults()
-
options
ConfigurationOptions options()
-
-