- get(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the value at the given path.
- get(String, Object) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the value at the given path, returning the given default value if
one has not been set.
- get(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the value at the given path.
- get(String, Object) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the value at the given path, returning the given default value if
one has not been set.
- getAlias(Class<? extends ConfigurationSerializable>) - Static method in class org.bspfsystems.yamlconfiguration.serialization.ConfigurationSerialization
-
Gets the primary alias for the given configuration serializable class.
- 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
-
Gets the list of booleans at the given path.
- getBooleanList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the list of booleans at the given path.
- 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
-
Gets the list of bytes at the given path.
- getByteList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the list of bytes at the given path.
- 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
-
Gets the list of chars at the given path.
- getCharList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the list of chars at the given path.
- getClassByAlias(String) - Static method in class org.bspfsystems.yamlconfiguration.serialization.ConfigurationSerialization
-
Attempts to get a registered configuration serializable class by its
alias.
- 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 comments by path.
- getComments(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the comments by path.
- getConfiguration() - Method in class org.bspfsystems.yamlconfiguration.configuration.ConfigurationOptions
-
Gets the configuration that these options controls.
- getConfiguration() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfigurationOptions
-
Gets the configuration that these options controls.
- getConfiguration() - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
-
Gets the configuration that these options controls.
- getConfiguration() - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
Gets the configuration that these options controls.
- getConfigurationSection(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the configuration section value at the given path.
- getConfigurationSection(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the configuration section value at the given path.
- getCopyDefaults() - Method in class org.bspfsystems.yamlconfiguration.configuration.ConfigurationOptions
-
Checks if the configuration should copy values from its default
configuration directly.
- getCurrentPath() - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the path of this configuration section from its root configuration.
- getCurrentPath() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the path of this configuration section from its root configuration.
- getDefaults() - Method in interface org.bspfsystems.yamlconfiguration.configuration.Configuration
-
Gets the default configuration for this configuration.
- getDefaults() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfiguration
-
Gets the default configuration for this configuration.
- 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
-
Gets the list of doubles at the given path.
- getDoubleList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the list of doubles at the given path.
- 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
-
Gets the list of floats at the given path.
- getFloatList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the list of floats at the given path.
- getFooter() - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
-
Gets the footer comments that will be saved at the top of the output file
configuration.
- getHeader() - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
-
Gets the header comments that will be saved at the top of the output file
configuration.
- 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 inline comments by path.
- getInlineComments(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the inline comments 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
-
Gets the list of ints at the given path.
- getIntList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the list of ints at the given path.
- getKeys(boolean) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets a set containing a copy of all keys in this configuration section.
- getKeys(boolean) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets a set containing a copy of all keys in this configuration section.
- 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
-
Gets the list of longs at the given path.
- getLongList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the list of longs at the given path.
- 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
-
Gets the name of this individual configuration section in its path.
- getName() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the name of this individual configuration section in its path.
- getObject(String, Class<T>) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the value of type T at the given path.
- getObject(String, Class<T>, T) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the value of type T at the given path.
- getObject(String, Class<T>) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the value of type T at the given path.
- getObject(String, Class<T>, T) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the value of type T at the given path.
- getOptions() - Method in interface org.bspfsystems.yamlconfiguration.configuration.Configuration
-
Gets the options for this configuration.
- getOptions() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfiguration
-
Gets the options for this configuration.
- getOptions() - Method in class org.bspfsystems.yamlconfiguration.file.FileConfiguration
-
Gets the options for this configuration.
- getOptions() - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfiguration
-
Gets the options for this configuration.
- getParent() - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the parent configuration section that directly contains this
section.
- getParent() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfiguration
-
Gets the parent configuration section that directly contains this
section.
- getParent() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the parent configuration section that directly contains this
section.
- getParseComments() - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
-
Gets whether the comments (header, block, inline, and/or footer) in a
file configuration should be loaded and saved.
- getPathSeparator() - Method in class org.bspfsystems.yamlconfiguration.configuration.ConfigurationOptions
-
Gets the char that will be used to separate configuration
sections.
- getRoot() - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the root configuration that contains this configuration section.
- getRoot() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the root configuration that contains this configuration section.
- getSerializable(String, Class<T>) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the configuration serializable value of type T at the given
path.
- getSerializable(String, Class<T>, T) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the configuration serializable value of type T value at the
given path.
- getSerializable(String, Class<T>) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the configuration serializable value of type T at the given
path.
- getSerializable(String, Class<T>, T) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the configuration serializable value of type T value at the
given path.
- 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
-
Gets the list of shorts at the given path.
- getShortList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the list of shorts at the given path.
- 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
-
Gets the list of strings at the given path.
- getStringList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the list of strings at the given path.
- getValues(boolean) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets a map containing a copy of all keys and their respective values for
this configuration section.
- getValues(boolean) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets a map containing a copy of all keys and their respective values for
this configuration section.
- getWidth() - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
Gets how long a line can be before it gets split.
- InvalidConfigurationException - Exception in org.bspfsystems.yamlconfiguration.configuration
-
An exception thrown when attempting to load an invalid configuration.
- InvalidConfigurationException() - Constructor for exception org.bspfsystems.yamlconfiguration.configuration.InvalidConfigurationException
-
Constructs an exception without a message or cause.
- InvalidConfigurationException(String) - Constructor for exception org.bspfsystems.yamlconfiguration.configuration.InvalidConfigurationException
-
Constructs an exception with a message.
- InvalidConfigurationException(Throwable) - Constructor for exception org.bspfsystems.yamlconfiguration.configuration.InvalidConfigurationException
-
Constructs an exception with an upstream cause.
- InvalidConfigurationException(String, Throwable) - Constructor for exception org.bspfsystems.yamlconfiguration.configuration.InvalidConfigurationException
-
Constructs an exception with a message and upstream cause.
- 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
-
Checks if the value at the given path is a configuration section.
- isConfigurationSection(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the value at the given path is a configuration section.
- 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 generic list.
- isList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the value at the given path is a generic 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.
- isNumber(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the value at the given path is a number.
- isNumber(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the value at the given path is a number.
- isSet(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if this configuration section has a value set for the given path.
- isSet(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if this configuration section has a value set for the given path.
- 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.
- save(File) - Method in class org.bspfsystems.yamlconfiguration.file.FileConfiguration
-
Saves this file configuration to the given file.
- save(String) - Method in class org.bspfsystems.yamlconfiguration.file.FileConfiguration
-
Saves this file configuration to the given file.
- saveToString() - Method in class org.bspfsystems.yamlconfiguration.file.FileConfiguration
-
Converts this file configuration to a string.
- saveToString() - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfiguration
-
Converts this file configuration to a string.
- SerializableAs - Annotation Type in org.bspfsystems.yamlconfiguration.serialization
-
Represents an "alias" that a configuration serializable may be known as.
- serialize() - Method in interface org.bspfsystems.yamlconfiguration.serialization.ConfigurationSerializable
-
Creates a map representation of this configuration serializable.
- SERIALIZED_TYPE_KEY - Static variable in class org.bspfsystems.yamlconfiguration.serialization.ConfigurationSerialization
-
- set(String, Object) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Sets the given path to the given value.
- set(String, Object) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Sets the given path to the given value.
- setCodePointLimit(int) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
Sets the maximum number of code points that can be loaded in at one time.
- setComments(String, List<String>) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Sets the comments at the given path.
- setComments(String, List<String>) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Sets the comments at the given path.
- setCopyDefaults(boolean) - Method in class org.bspfsystems.yamlconfiguration.configuration.ConfigurationOptions
-
Sets if the configuration should copy values from its default
configuration directly.
- setCopyDefaults(boolean) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfigurationOptions
-
Sets if the configuration should copy values from its default
configuration directly.
- setCopyDefaults(boolean) - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
-
Sets if the configuration should copy values from its default
configuration directly.
- setCopyDefaults(boolean) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
Sets if the configuration should copy values from its default
configuration directly.
- setDefaults(Configuration) - Method in interface org.bspfsystems.yamlconfiguration.configuration.Configuration
-
Sets the source of all default values for this configuration.
- setDefaults(Configuration) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfiguration
-
Sets the source of all default values for this configuration.
- setFooter(List<String>) - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
-
Assigns the given footer comments to these file configuration options.
- setFooter(List<String>) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
Assigns the given footer comments to these file configuration options.
- setHeader(List<String>) - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
-
Assigns the given header comments to these file configuration options.
- setHeader(List<String>) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
Assigns the given header comments to these file configuration options.
- setIndent(int) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
Sets the number of spaces used to represent an indent.
- setInlineComments(String, List<String>) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Sets the inline comments at the given path.
- setInlineComments(String, List<String>) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Sets the inline comments at the given path.
- setMaxAliases(int) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
Sets the maximum number of aliases for collections.
- setParseComments(boolean) - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
-
Sets whether the comments (header, block, inline, and/or footer) in a
file configuration should be loaded and saved.
- setParseComments(boolean) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
Sets whether the comments (header, block, inline, and/or footer) in a
file configuration should be loaded and saved.
- setPathSeparator(char) - Method in class org.bspfsystems.yamlconfiguration.configuration.ConfigurationOptions
-
Sets the char that will be used to separate configuration
sections.
- setPathSeparator(char) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfigurationOptions
-
Sets the char that will be used to separate configuration
sections.
- setPathSeparator(char) - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
-
Sets the char that will be used to separate configuration
sections.
- setPathSeparator(char) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
Sets the char that will be used to separate configuration
sections.
- setWidth(int) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
Sets how long a line can be before it gets split.