- get(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested Object by path.
- get(String, Object) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested Object by path, returning a default value if not
found.
- get(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested Object by path.
- get(String, Object) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested Object by path, returning a default value if not
found.
- 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 requested boolean by path.
- getBoolean(String, boolean) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested boolean by path, returning a default value if not
found.
- getBoolean(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested boolean by path.
- getBoolean(String, boolean) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested boolean by path, returning a default value if not
found.
- getBooleanList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested List of Boolean by path.
- getBooleanList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested List of Boolean by path.
- getByte(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested byte by path.
- getByte(String, byte) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested byte by path, returning a default value if not found.
- getByte(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested byte by path.
- getByte(String, byte) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested byte by path, returning a default value if not found.
- getByteList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested List of Byte by path.
- getByteList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested List of Byte by path.
- getChar(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested char by path.
- getChar(String, char) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested char by path, returning a default value if not
found.
- getChar(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested char by path.
- getChar(String, char) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested char by path, returning a default value if not
found.
- getCharList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested List of Character by path.
- getCharList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested List of Character by path.
- getClassByAlias(String) - Static method in class org.bspfsystems.yamlconfiguration.serialization.ConfigurationSerialization
-
- getConfigurationSection(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested ConfigurationSection by path.
- getConfigurationSection(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested ConfigurationSection by path.
- getConstructor() - Method in class org.bspfsystems.yamlconfiguration.serialization.ConfigurationSerialization
-
- 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 requested double by path.
- getDouble(String, double) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested double by path, returning a default value if not
found.
- getDouble(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested double by path.
- getDouble(String, double) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested double by path, returning a default value if not
found.
- getDoubleList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested List of Double by path.
- getDoubleList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested List of Double by path.
- getFloat(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested float by path.
- getFloat(String, float) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested float by path, returning a default value if not
found.
- getFloat(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested float by path.
- getFloat(String, float) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested float by path, returning a default value if not
found.
- getFloatList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested List of Float by path.
- getFloatList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested List of Float by path.
- getInt(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested int by path.
- getInt(String, int) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested int by path, returning a default value if not found.
- getInt(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested int by path.
- getInt(String, int) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested int by path, returning a default value if not found.
- getIntList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested List of Integer by path.
- getIntList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested List of Integer by path.
- getKeys(boolean) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets a set containing all keys in this section.
- getKeys(boolean) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets a set containing all keys in this section.
- getList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested List by path.
- getList(String, List<?>) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested List by path, returning a default value if not
found.
- getList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested List by path.
- getList(String, List<?>) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested List by path, returning a default value if not
found.
- getLong(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested long by path.
- getLong(String, long) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested long by path, returning a default value if not
found.
- getLong(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested long by path.
- getLong(String, long) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested long by path, returning a default value if not
found.
- getLongList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested List of Long by path.
- getLongList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested List of Long by path.
- getMapList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested List of Maps by path.
- getMapList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested List of Maps by path.
- getMethod(String, boolean) - Method in class org.bspfsystems.yamlconfiguration.serialization.ConfigurationSerialization
-
- 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 requested object at the given path.
- getObject(String, Class<T>, T) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested object at the given path, returning a default value if
not found
If the Object does not exist then the specified default value will
returned regardless of if a default has been identified in the root
Configuration.
- getObject(String, Class<T>) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested object at the given path.
- getObject(String, Class<T>, T) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested object at the given path, returning a default value if
not found
If the Object does not exist then the specified default value will
returned regardless of if a default has been identified in the root
Configuration.
- 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
-
- 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
-
Gets the requested
ConfigurationSerializable object at the given
path, returning a default value if not found
If the Object does not exist then the specified default value will
returned regardless of if a default has been identified in the root
Configuration.
- 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
-
Gets the requested
ConfigurationSerializable object at the given
path, returning a default value if not found
If the Object does not exist then the specified default value will
returned regardless of if a default has been identified in the root
Configuration.
- getShort(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested short by path.
- getShort(String, short) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested short by path, returning a default value if not found.
- getShort(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested short by path.
- getShort(String, short) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested short by path, returning a default value if not found.
- getShortList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested List of Short by path.
- getShortList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested List of Short by path.
- getString(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested String by path.
- getString(String, String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested String by path, returning a default value if not
found.
- getString(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested String by path.
- getString(String, String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested String by path, returning a default value if not
found.
- getStringList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets the requested List of String by path.
- getStringList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets the requested List of String by path.
- getValues(boolean) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Gets a Map containing all keys and their values for this section.
- getValues(boolean) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Gets a Map containing all keys and their values for this section.
- indent() - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
Gets how much spaces should be used to indent each line.
- indent(int) - Method in class org.bspfsystems.yamlconfiguration.file.YamlConfigurationOptions
-
Sets how much spaces should be used to indent each line.
- InvalidConfigurationException - Exception in org.bspfsystems.yamlconfiguration.configuration
-
Exception thrown when attempting to load an invalid
Configuration.
- InvalidConfigurationException() - Constructor for exception org.bspfsystems.yamlconfiguration.configuration.InvalidConfigurationException
-
Creates a new instance of InvalidConfigurationException without a
message or cause.
- InvalidConfigurationException(String) - Constructor for exception org.bspfsystems.yamlconfiguration.configuration.InvalidConfigurationException
-
Constructs an instance of InvalidConfigurationException with the
specified message.
- InvalidConfigurationException(Throwable) - Constructor for exception org.bspfsystems.yamlconfiguration.configuration.InvalidConfigurationException
-
Constructs an instance of InvalidConfigurationException with the
specified cause.
- InvalidConfigurationException(String, Throwable) - Constructor for exception org.bspfsystems.yamlconfiguration.configuration.InvalidConfigurationException
-
Constructs an instance of InvalidConfigurationException with the
specified message and cause.
- isBoolean(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the specified path is a boolean.
- isBoolean(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the specified path is a boolean.
- isByte(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the specified path is an byte.
- isByte(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the specified path is an byte.
- isChar(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the specified path is a char.
- isChar(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the specified path is a char.
- isConfigurationSection(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the specified path is a ConfigurationSection.
- isConfigurationSection(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the specified path is a ConfigurationSection.
- isDouble(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the specified path is a double.
- isDouble(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the specified path is a double.
- isFloat(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the specified path is a float.
- isFloat(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the specified path is a float.
- isInt(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the specified path is an int.
- isInt(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the specified path is an int.
- isList(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the specified path is a List.
- isList(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the specified path is a List.
- isLong(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the specified path is a long.
- isLong(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the specified 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 specified path is an short.
- isShort(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the specified path is an short.
- isString(String) - Method in interface org.bspfsystems.yamlconfiguration.configuration.ConfigurationSection
-
Checks if the specified path is a String.
- isString(String) - Method in class org.bspfsystems.yamlconfiguration.configuration.MemorySection
-
Checks if the specified path is a String.