Skip navigation links
A B C D F G H I L M O P R S T U Y 

A

addDefault(String, Object) - Method in interface org.bspfsystems.yamlconfiguration.configuration.Configuration
Sets the default value of the given path as provided.
addDefault(String, Object) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
Sets the default value in the root at the given path as provided.
addDefault(String, Object) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfiguration
Sets the default value in the root at the given path as provided.
addDefault(String, Object) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Sets the default value in the root at the given path as provided.
addDefaults(Map<String, Object>) - Method in interface org.bspfsystems.yamlconfiguration.configuration.Configuration
Sets the default values of the given paths as provided.
addDefaults(Configuration) - Method in interface org.bspfsystems.yamlconfiguration.configuration.Configuration
Sets the default values of the given paths as provided.
addDefaults(Map<String, Object>) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfiguration
Sets the default values of the given paths as provided.
addDefaults(Configuration) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfiguration
Sets the default values of the given paths as provided.

B

buildHeader() - Method in class org.bspfsystems.yamlconfiguration.file.FileConfiguration
Deprecated.
This method only exists for backwards compatibility. Use FileConfigurationOptions.getHeader() instead.

C

Configuration - Interface in org.bspfsystems.yamlconfiguration.configuration
Represents a source of configurable options and settings.
configuration() - Method in class org.bspfsystems.yamlconfiguration.configuration.ConfigurationOptions
Deprecated.
This method exists for backwards compatibility. Please use ConfigurationOptions.getConfiguration() instead.
configuration() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfigurationOptions
Deprecated.
configuration() - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
Deprecated.
configuration() - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
Deprecated.
ConfigurationOptions - Class in org.bspfsystems.yamlconfiguration.configuration
Various settings for controlling the input and output of a Configuration.
ConfigurationOptions(Configuration) - Constructor for class org.bspfsystems.yamlconfiguration.configuration.ConfigurationOptions
Constructs a new set of ConfigurationOptions.
ConfigurationSection - Interface in org.bspfsystems.yamlconfiguration.configuration
Represents a section of a Configuration.
ConfigurationSerializable - Interface in org.bspfsystems.yamlconfiguration.serialization
Represents an object that may be serialized.
ConfigurationSerialization - Class in org.bspfsystems.yamlconfiguration.serialization
Utility class for storing and retrieving classes for Configuration.
contains(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
Checks if this ConfigurationSection contains the given path.
contains(String, boolean) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
Checks if this ConfigurationSection contains the given path.
contains(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Checks if this ConfigurationSection contains the given path.
contains(String, boolean) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Checks if this ConfigurationSection contains the given path.
copyDefaults() - Method in class org.bspfsystems.yamlconfiguration.configuration.ConfigurationOptions
Deprecated.
This method exists for backwards compatibility. Please use ConfigurationOptions.getCopyDefaults() instead.
copyDefaults(boolean) - Method in class org.bspfsystems.yamlconfiguration.configuration.ConfigurationOptions
Deprecated.
This method exists for backwards compatibility. Please use ConfigurationOptions.setCopyDefaults(boolean) instead.
copyDefaults(boolean) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfigurationOptions
Deprecated.
copyDefaults(boolean) - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
Deprecated.
copyDefaults(boolean) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
Deprecated.
copyHeader() - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
Deprecated.
This method only exists for backwards compatibility. Please use FileConfigurationOptions.getParseComments() instead.
copyHeader(boolean) - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
Deprecated.
This method only exists for backwards compatibility. Please use FileConfigurationOptions.setParseComments(boolean) instead.
copyHeader(boolean) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
Deprecated.
createPath(ConfigurationSection, String) - Static method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Creates a full path to the given ConfigurationSection from its root Configuration.
createPath(ConfigurationSection, String, ConfigurationSection) - Static method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Creates a relative path to the given ConfigurationSection from the given relative ConfigurationSection.
createSection(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
Creates an empty ConfigurationSection at the specified path.
createSection(String, Map<?, ?>) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
Creates a ConfigurationSection at the specified path, with the specified values.
createSection(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Creates an empty ConfigurationSection at the specified path.
createSection(String, Map<?, ?>) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Creates a ConfigurationSection at the specified path, with the specified values.

D

defs - Variable in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfiguration
 
DelegateDeserialization - Annotation Type in org.bspfsystems.yamlconfiguration.serialization
Applies to a ConfigurationSerializable that will delegate all deserialization to another ConfigurationSerializable.
deserializeObject(Map<String, ?>, Class<? extends ConfigurationSerializable>) - Static method in class org.bspfsystems.yamlconfiguration.serialization.ConfigurationSerialization
Attempts to deserialize the given Map into a new instance of the given Class.
deserializeObject(Map<String, ?>) - Static method in class org.bspfsystems.yamlconfiguration.serialization.ConfigurationSerialization
Attempts to deserialize the given arguments into a new instance of the given class.

F

FileConfiguration - Class in org.bspfsystems.yamlconfiguration.file
This is a base class for all File-based implementations of a MemoryConfiguration.
FileConfiguration() - Constructor for class org.bspfsystems.yamlconfiguration.file.FileConfiguration
Creates an empty FileConfiguration with no default values.
FileConfiguration(Configuration) - Constructor for class org.bspfsystems.yamlconfiguration.file.FileConfiguration
Creates an empty FileConfiguration using the specified Configuration as a source for all default values.
FileConfigurationOptions - Class in org.bspfsystems.yamlconfiguration.file
Various settings for controlling the input and output of a FileConfiguration.
FileConfigurationOptions(MemoryConfiguration) - Constructor for class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
Constructs a new set of FileConfigurationOptions.
flattenMapping(MappingNode) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConstructor

G

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
Gets the primary alias for the given ConfigurationSerializable 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 Characters at the given path.
getCharList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Gets the List of Characters at the given path.
getClassByAlias(String) - Static method in class org.bspfsystems.yamlconfiguration.serialization.ConfigurationSerialization
Attempts to get a registered ConfigurationSerializable 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 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
Gets the Configuration that this ConfigurationOptions controls.
getConfiguration() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfigurationOptions
Gets the Configuration that this ConfigurationOptions controls.
getConfiguration() - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
Gets the Configuration that this ConfigurationOptions controls.
getConfiguration() - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
Gets the Configuration that this ConfigurationOptions controls.
getConfigurationSection(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
Gets the ConfigurationSection value at the given path.
getConfigurationSection(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Gets the ConfigurationSection 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 ConfigurationSection from its root Configuration
getCurrentPath() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Gets the path of this ConfigurationSection from its root Configuration
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
Gets the source Configuration for this Configuration.
getDefaults() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfiguration
Gets the source Configuration for this Configuration.
getDefaultSection() - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
Gets the equivalent ConfigurationSection from the default Configuration defined in ConfigurationSection.getRoot().
getDefaultSection() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Gets the equivalent ConfigurationSection from the default Configuration defined in ConfigurationSection.getRoot().
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 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
Gets the List of Integers at the given path.
getIntList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Gets the List of Integers at the given path.
getKeys(boolean) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
Gets a Set containing all keys in this ConfigurationSection.
getKeys(boolean) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Gets a Set containing all keys in this ConfigurationSection.
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 ConfigurationSection, in the path.
getName() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Gets the name of this individual ConfigurationSection, in the path.
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
Gets the parent ConfigurationSection that directly contains this ConfigurationSection.
getParent() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfiguration
Gets the parent ConfigurationSection that directly contains this ConfigurationSection.
getParent() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Gets the parent ConfigurationSection that directly contains this ConfigurationSection.
getParseComments() - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
Gets whether the comments in a FileConfiguration should be loaded and saved.
getPathSeparator() - Method in class org.bspfsystems.yamlconfiguration.configuration.ConfigurationOptions
Gets the char that will be used to separate ConfigurationSections.
getRoot() - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
Gets the root Configuration that contains this ConfigurationSection
getRoot() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Gets the root Configuration that contains this ConfigurationSection
getSerializable(String, Class<T>) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
Gets the ConfigurationSerializable value of type T at the given path.
getSerializable(String, Class<T>, T) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
Gets the ConfigurationSerializable value of type T value at the given path.
getSerializable(String, Class<T>) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Gets the ConfigurationSerializable value of type T at the given path.
getSerializable(String, Class<T>, T) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Gets the ConfigurationSerializable 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 all keys and their values for this ConfigurationSection.
getValues(boolean) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Gets a Map containing all keys and their values for this ConfigurationSection.
getWidth() - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
Gets how long a line can be before it gets split.

H

header() - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
Deprecated.
This method exists for backwards compatibility. Please use FileConfigurationOptions.getHeader() instead.
header(String) - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
Deprecated.
This method exists for backwards compatibility. Please use FileConfigurationOptions.setHeader(List) instead.
header(String) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
Deprecated.

I

indent() - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
Deprecated.
This method exists for backwards compatibility. Please use YamlConfigurationOptions.getIndent() instead.
indent(int) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
Deprecated.
This method exists for backwards compatibility. Please use YamlConfigurationOptions.setIndent(int) instead.
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
Creates a new instance of an InvalidConfigurationException without a message or cause.
InvalidConfigurationException(String) - Constructor for exception org.bspfsystems.yamlconfiguration.configuration.InvalidConfigurationException
Constructs an instance of an InvalidConfigurationException with the specified message.
InvalidConfigurationException(Throwable) - Constructor for exception org.bspfsystems.yamlconfiguration.configuration.InvalidConfigurationException
Constructs an instance of an InvalidConfigurationException with the specified cause.
InvalidConfigurationException(String, Throwable) - Constructor for exception org.bspfsystems.yamlconfiguration.configuration.InvalidConfigurationException
Constructs an instance of an InvalidConfigurationException with the specified message and 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 ConfigurationSection.
isConfigurationSection(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Checks if the value at the given path is a ConfigurationSection.
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
Checks if this ConfigurationSection has a value set for the given path.
isSet(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Checks if this ConfigurationSection 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.

L

load(Reader) - Method in class org.bspfsystems.yamlconfiguration.file.FileConfiguration
Loads this FileConfiguration from the given Reader.
load(File) - Method in class org.bspfsystems.yamlconfiguration.file.FileConfiguration
Loads this FileConfiguration from the given File.
load(String) - Method in class org.bspfsystems.yamlconfiguration.file.FileConfiguration
Loads this FileConfiguration from a File at the given path.
loadConfiguration(File) - Static method in class org.bspfsystems.yamlconfiguration.file.YamlConfiguration
Creates a new YamlConfiguration, loading from the given File.
loadConfiguration(Reader) - Static method in class org.bspfsystems.yamlconfiguration.file.YamlConfiguration
Creates a new YamlConfiguration, loading from the given Reader.
loadFromString(String) - Method in class org.bspfsystems.yamlconfiguration.file.FileConfiguration
Loads this FileConfiguration from the given String.
loadFromString(String) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfiguration
Loads this FileConfiguration from the given String.

M

map - Variable in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
 
mapChildrenKeys(Set<String>, ConfigurationSection, boolean) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Maps the keys of the given child ConfigurationSection.
mapChildrenValues(Map<String, Object>, ConfigurationSection, boolean) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Maps the key-value pairs of the given child ConfigurationSection.
MemoryConfiguration - Class in org.bspfsystems.yamlconfiguration.configuration
This is a Configuration implementation that does not save or load from any source, and stores all values in memory only.
MemoryConfiguration() - Constructor for class org.bspfsystems.yamlconfiguration.configuration.MemoryConfiguration
Creates an empty MemoryConfiguration with no default values.
MemoryConfiguration(Configuration) - Constructor for class org.bspfsystems.yamlconfiguration.configuration.MemoryConfiguration
Creates an empty MemoryConfiguration using the specified Configuration as a source for all default values.
MemoryConfigurationOptions - Class in org.bspfsystems.yamlconfiguration.configuration
Various settings for controlling the input and output of a MemoryConfiguration.
MemoryConfigurationOptions(MemoryConfiguration) - Constructor for class org.bspfsystems.yamlconfiguration.configuration.MemoryConfigurationOptions
Constructs a new set of MemoryConfigurationOptions.
MemorySection - Class in org.bspfsystems.yamlconfiguration.configuration
A type of ConfigurationSection that is stored in memory.
MemorySection() - Constructor for class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Creates an empty MemorySection for use as a root ConfigurationSection.

O

options() - Method in interface org.bspfsystems.yamlconfiguration.configuration.Configuration
Deprecated.
This method exists for backwards compatibility. Please use Configuration.getOptions() instead.
options - Variable in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfiguration
 
options() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfiguration
Deprecated.
options() - Method in class org.bspfsystems.yamlconfiguration.file.FileConfiguration
Deprecated.
options() - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfiguration
Deprecated.
org.bspfsystems.yamlconfiguration.configuration - package org.bspfsystems.yamlconfiguration.configuration
 
org.bspfsystems.yamlconfiguration.file - package org.bspfsystems.yamlconfiguration.file
 
org.bspfsystems.yamlconfiguration.serialization - package org.bspfsystems.yamlconfiguration.serialization
 

P

pathSeparator() - Method in class org.bspfsystems.yamlconfiguration.configuration.ConfigurationOptions
Deprecated.
This method exists for backwards compatibility. Please use ConfigurationOptions.getPathSeparator() instead.
pathSeparator(char) - Method in class org.bspfsystems.yamlconfiguration.configuration.ConfigurationOptions
Deprecated.
This method exists for backwards compatibility. Please use ConfigurationOptions.setPathSeparator(char) instead.
pathSeparator(char) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfigurationOptions
Deprecated.
pathSeparator(char) - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
Deprecated.
pathSeparator(char) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
Deprecated.

R

registerClass(Class<? extends ConfigurationSerializable>) - Static method in class org.bspfsystems.yamlconfiguration.serialization.ConfigurationSerialization
Registers the given ConfigurationSerializable Class by its alias.
registerClass(Class<? extends ConfigurationSerializable>, String) - Static method in class org.bspfsystems.yamlconfiguration.serialization.ConfigurationSerialization
Registers the given alias to the specified ConfigurationSerializable Class

S

save(File) - Method in class org.bspfsystems.yamlconfiguration.file.FileConfiguration
Saves this FileConfiguration to the given File.
save(String) - Method in class org.bspfsystems.yamlconfiguration.file.FileConfiguration
Saves this FileConfiguration to a File at the given path.
saveToString() - Method in class org.bspfsystems.yamlconfiguration.file.FileConfiguration
Saves this FileConfiguration to a String, and returns it.
saveToString() - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfiguration
Saves this FileConfiguration to a String, and returns it.
SerializableAs - Annotation Type in org.bspfsystems.yamlconfiguration.serialization
Represents an "alias" that a ConfigurationSerializable may be stored as.
serialize() - Method in interface org.bspfsystems.yamlconfiguration.serialization.ConfigurationSerializable
Creates a Map representation of this ConfigurationSerializable.
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 specified path to the given value.
set(String, Object) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Sets the specified 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 comment List at the specified path.
setComments(String, List<String>) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Sets the comment List at the specified 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
Sets the footer that will be applied to the bottom of the saved output.
setFooter(List<String>) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
Sets the footer that will be applied to the bottom of the saved output.
setHeader(List<String>) - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
Sets the header that will be applied to the top of the saved output.
setHeader(List<String>) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
Sets the header that will be applied to the top of the saved output.
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 comment List at the specified path.
setInLineComments(String, List<String>) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Sets the inline comment List at the specified 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 in a FileConfiguration should be loaded and saved.
setParseComments(boolean) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
Sets whether the comments in a FileConfiguration should be loaded and saved.
setPathSeparator(char) - Method in class org.bspfsystems.yamlconfiguration.configuration.ConfigurationOptions
Sets the char that will be used to separate ConfigurationSections.
setPathSeparator(char) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemoryConfigurationOptions
Sets the char that will be used to separate ConfigurationSections.
setPathSeparator(char) - Method in class org.bspfsystems.yamlconfiguration.file.FileConfigurationOptions
Sets the char that will be used to separate ConfigurationSections.
setPathSeparator(char) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
Sets the char that will be used to separate ConfigurationSections.
setWidth(int) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
Sets how long a line can be before it gets split.

T

toString() - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
Creates a String representation of this MemorySection.

U

unregisterClass(String) - Static method in class org.bspfsystems.yamlconfiguration.serialization.ConfigurationSerialization
Unregisters the specified alias from a ConfigurationSerializable.
unregisterClass(Class<? extends ConfigurationSerializable>) - Static method in class org.bspfsystems.yamlconfiguration.serialization.ConfigurationSerialization
Unregisters any aliases for the specified ConfigurationSerializable Class.

Y

YamlConfiguration - Class in org.bspfsystems.yamlconfiguration.file
An implementation of Configuration which saves all files in Yaml.
YamlConfiguration() - Constructor for class org.bspfsystems.yamlconfiguration.file.YamlConfiguration
Creates an empty YamlConfiguration with no default values.
YamlConfiguration(Configuration) - Constructor for class org.bspfsystems.yamlconfiguration.file.YamlConfiguration
Creates an empty YamlConfiguration using the specified Configuration as a source for all default values.
YamlConfigurationOptions - Class in org.bspfsystems.yamlconfiguration.file
Various settings for controlling the input and output of a YamlConfiguration.
YamlConstructor - Class in org.bspfsystems.yamlconfiguration.file
Represents a custom SafeConstructor for use with a YamlConfiguration.
YamlRepresenter - Class in org.bspfsystems.yamlconfiguration.file
A Representer that can work with ConfigurationSections and ConfigurationSerializables.
A B C D F G H I L M O P R S T U Y 
Skip navigation links

Copyright © 2022 BSPF Systems, LLC. All rights reserved.