- get(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the
Object at the given path.
- get(String, Object) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the
Object at the given path, returning the given default
value if none has been set.
- get(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the
Object at the given path.
- get(String, Object) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the
Object at the given path, returning the given default
value if none has been set.
- getAlias(Class<? extends ConfigurationSerializable>) - Static method in class org.bspfsystems.yamlconfiguration.serialization.ConfigurationSerialization
-
- getBoolean(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the boolean value at the given path.
- getBoolean(String, boolean) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the boolean value at the given path.
- getBoolean(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the boolean value at the given path.
- getBoolean(String, boolean) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the boolean value at the given path.
- getBooleanList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- getBooleanList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- getByte(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the byte value at the given path.
- getByte(String, byte) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the byte value at the given path.
- getByte(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the byte value at the given path.
- getByte(String, byte) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the byte value at the given path.
- getByteList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- getByteList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- getChar(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the char value at the given path.
- getChar(String, char) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the char value at the given path.
- getChar(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the char value at the given path.
- getChar(String, char) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the char value at the given path.
- getCharList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- getCharList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- getClassByAlias(String) - Static method in class org.bspfsystems.yamlconfiguration.serialization.ConfigurationSerialization
-
- getCodePointLimit() - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
Gets the maximum number of code points that can be loaded in at one time.
- getComments(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested comment
List by path.
- getComments(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested comment
List by path.
- getConfiguration() - Method in class org.bspfsystems.yamlconfiguration.configuration.ConfigurationOptions
-
- getConfiguration() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfigurationOptions
-
- getConfiguration() - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
-
- getConfiguration() - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
- getConfigurationSection(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- getConfigurationSection(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- getCopyDefaults() - Method in class org.bspfsystems.yamlconfiguration.configuration.ConfigurationOptions
-
- getCurrentPath() - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- getCurrentPath() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- getDefault(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the default
Object for the given path.
- getDefaults() - Method in interface org.bspfsystems.yamlconfiguration.configuration.Configuration
-
- getDefaults() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfiguration
-
- getDefaultSection() - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- getDefaultSection() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- getDouble(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the double value at the given path.
- getDouble(String, double) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the double value at the given path.
- getDouble(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the double value at the given path.
- getDouble(String, double) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the double value at the given path.
- getDoubleList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- getDoubleList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- getFloat(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the float value at the given path.
- getFloat(String, float) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the float value at the given path.
- getFloat(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the float value at the given path.
- getFloat(String, float) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the float value at the given path.
- getFloatList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- getFloatList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- getFooter() - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
-
Gets the footer that will be applied to the bottom of the saved output.
- getHeader() - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
-
Gets the header that will be applied to the top of the saved output.
- getIndent() - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
Gets the number of spaces used to represent an indent.
- getInLineComments(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested inline comment
List by path.
- getInLineComments(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested inline comment
List by path.
- getInt(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the int value at the given path.
- getInt(String, int) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the int value at the given path.
- getInt(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the int value at the given path.
- getInt(String, int) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the int value at the given path.
- getIntList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- getIntList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- getKeys(boolean) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- getKeys(boolean) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- getList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the
List value at the given path.
- getList(String, List<?>) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the
List value at the given path.
- getList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the
List value at the given path.
- getList(String, List<?>) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the
List value at the given path.
- getLong(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the long value at the given path.
- getLong(String, long) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the long value at the given path.
- getLong(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the long value at the given path.
- getLong(String, long) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the long value at the given path.
- getLongList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- getLongList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- getMapList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the
List of
Maps at the given path.
- getMapList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the
List of
Maps at the given path.
- getMaxAliases() - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
Gets the maximum number of aliases for collections.
- getName() - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- getName() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- getObject(String, Class<T>) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the
Object value of type
T at the given path.
- getObject(String, Class<T>, T) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the
Object value of type
T at the given path.
- getObject(String, Class<T>) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the
Object value of type
T at the given path.
- getObject(String, Class<T>, T) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the
Object value of type
T at the given path.
- getOptions() - Method in interface org.bspfsystems.yamlconfiguration.configuration.Configuration
-
- getOptions() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfiguration
-
- getOptions() - Method in class org.bspfsystems.yamlconfiguration.file.FileConfiguration
-
- getOptions() - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfiguration
-
- getParent() - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- getParent() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfiguration
-
- getParent() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- getParseComments() - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
-
- getPathSeparator() - Method in class org.bspfsystems.yamlconfiguration.configuration.ConfigurationOptions
-
- getRoot() - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- getRoot() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- getSerializable(String, Class<T>) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- getSerializable(String, Class<T>, T) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- getSerializable(String, Class<T>) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- getSerializable(String, Class<T>, T) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- getShort(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the short value at the given path.
- getShort(String, short) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the short value at the given path.
- getShort(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the short value at the given path.
- getShort(String, short) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the short value at the given path.
- getShortList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- getShortList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- getString(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the
String value at the given path.
- getString(String, String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the
String value at the given path.
- getString(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the
String value at the given path.
- getString(String, String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the
String value at the given path.
- getStringList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- getStringList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- getValues(boolean) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- getValues(boolean) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- getWidth() - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
Gets how long a line can be before it gets split.
- indent() - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
- indent(int) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
- InvalidConfigurationException - Exception in org.bspfsystems.yamlconfiguration.configuration
-
- InvalidConfigurationException() - Constructor for exception org.bspfsystems.yamlconfiguration.configuration.InvalidConfigurationException
-
- InvalidConfigurationException(String) - Constructor for exception org.bspfsystems.yamlconfiguration.configuration.InvalidConfigurationException
-
- InvalidConfigurationException(Throwable) - Constructor for exception org.bspfsystems.yamlconfiguration.configuration.InvalidConfigurationException
-
- InvalidConfigurationException(String, Throwable) - Constructor for exception org.bspfsystems.yamlconfiguration.configuration.InvalidConfigurationException
-
- isBoolean(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the value at the given path is a boolean.
- isBoolean(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the value at the given path is a boolean.
- isByte(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the value at the given path is a byte.
- isByte(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the value at the given path is a byte.
- isChar(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the value at the given path is a char.
- isChar(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the value at the given path is a char.
- isConfigurationSection(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- isConfigurationSection(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- isDouble(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the value at the given path is a double.
- isDouble(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the value at the given path is a double.
- isFloat(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the value at the given path is a float.
- isFloat(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the value at the given path is a float.
- isInt(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the value at the given path is an int.
- isInt(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the value at the given path is an int.
- isList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the value at the given path is a
List.
- isList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the value at the given path is a
List.
- isLong(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the value at the given path is a long.
- isLong(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the value at the given path is a long.
- isSet(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
- isSet(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
- isShort(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the value at the given path is a short.
- isShort(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the value at the given path is a short.
- isString(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the value at the given path is a
String.
- isString(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the value at the given path is a
String.