public interface Configuration extends ConfigurationSection
Modifier and Type | Method and Description |
---|---|
void |
addDefault(String path,
Object value) |
void |
addDefaults(Configuration defaults) |
void |
addDefaults(Map<String,Object> defaults) |
Configuration |
getDefaults() |
ConfigurationOptions |
options() |
void |
setDefaults(Configuration defaults) |
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
void addDefault(String path, Object value)
addDefault
in interface ConfigurationSection
void addDefaults(Configuration defaults)
void setDefaults(Configuration defaults)
Configuration getDefaults()
ConfigurationOptions options()
Copyright © 2020. All rights reserved.