- get(String) - Method in class org.simpleyaml.configuration.comments.KeyTree
-
Get a child from its path.
- get(String, boolean, boolean) - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
Get a child from its path, or optionally add a new one if it is not created.
- get(String) - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
Get a child from its path.
- get(int) - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
Get a child from its index.
- get(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested Object by path.
- get(String, Object) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested Object by path, returning a default value if not
found.
- get(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- get(String, Object) - Method in class org.simpleyaml.configuration.MemorySection
-
- get() - Method in interface org.simpleyaml.utils.SupplierIO
-
- getAlias(Class<? extends ConfigurationSerializable>) - Static method in class org.simpleyaml.configuration.serialization.ConfigurationSerialization
-
- getBoolean(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested boolean by path.
- getBoolean(String, boolean) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested boolean by path, returning a default value if not
found.
- getBoolean(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- getBoolean(String, boolean) - Method in class org.simpleyaml.configuration.MemorySection
-
- getBooleanList(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested List of Boolean by path.
- getBooleanList(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- getByteList(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested List of Byte by path.
- getByteList(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- getCharacterList(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested List of Character by path.
- getCharacterList(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- getClassByAlias(String) - Static method in class org.simpleyaml.configuration.serialization.ConfigurationSerialization
-
- getComment(String, CommentType) - Method in interface org.simpleyaml.configuration.comments.Commentable
-
Retrieve the comment of the section or value selected by path.
- getComment(String) - Method in interface org.simpleyaml.configuration.comments.Commentable
-
Retrieve the block comment of the section or value selected by path.
- getComment() - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- getConfigurationSection(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested ConfigurationSection by path.
- getConfigurationSection(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- getConstructor() - Method in class org.simpleyaml.configuration.serialization.ConfigurationSerialization
-
- getCurrentPath() - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
- getCurrentPath() - Method in class org.simpleyaml.configuration.ConfigurationWrapper
-
Gets the current path.
- getCurrentPath() - Method in class org.simpleyaml.configuration.MemorySection
-
- getDefault(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- getDefaults() - Method in interface org.simpleyaml.configuration.Configuration
-
- getDefaults() - Method in class org.simpleyaml.configuration.MemoryConfiguration
-
- getDefaultSection() - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
- getDefaultSection() - Method in class org.simpleyaml.configuration.MemorySection
-
- getDouble(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested double by path.
- getDouble(String, double) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested double by path, returning a default value if not
found.
- getDouble(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- getDouble(String, double) - Method in class org.simpleyaml.configuration.MemorySection
-
- getDoubleList(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested List of Double by path.
- getDoubleList(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- getElement(int, boolean) - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
Get a child list element from its index, or optionally add a new one if it is not created.
- getElement(int) - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
Get a child list element from its index.
- getElementIndex() - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- getFirst() - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- getFloatList(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested List of Float by path.
- getFloatList(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- getIndentation() - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- getInt(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested int by path.
- getInt(String, int) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested int by path, returning a default value if not found.
- getInt(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- getInt(String, int) - Method in class org.simpleyaml.configuration.MemorySection
-
- getIntegerList(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested List of Integer by path.
- getIntegerList(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- getKeys(boolean) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets a set containing all keys in this section.
- getKeys(boolean) - Method in class org.simpleyaml.configuration.MemorySection
-
- getLast() - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- getList(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested List by path.
- getList(String, List<?>) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested List by path, returning a default value if not
found.
- getList(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- getList(String, List<?>) - Method in class org.simpleyaml.configuration.MemorySection
-
- getListSize() - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- getLong(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested long by path.
- getLong(String, long) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested long by path, returning a default value if not
found.
- getLong(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- getLong(String, long) - Method in class org.simpleyaml.configuration.MemorySection
-
- getLongList(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested List of Long by path.
- getLongList(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- getMapList(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested List of Maps by path.
- getMapList(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- getMapValues(boolean) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets a Map containing all keys and their values for this section.
- getMapValues(boolean) - Method in class org.simpleyaml.configuration.MemorySection
-
- getMethod(String, boolean) - Method in class org.simpleyaml.configuration.serialization.ConfigurationSerialization
-
- getName() - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- getName() - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
- getName() - Method in class org.simpleyaml.configuration.MemorySection
-
- getOrAdd(String) - Method in class org.simpleyaml.configuration.comments.KeyTree
-
Get a child from its path.
- getParent() - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- getParent() - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
- getParent() - Method in class org.simpleyaml.configuration.MemoryConfiguration
-
- getParent() - Method in class org.simpleyaml.configuration.MemorySection
-
- getPath() - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- getPathWithName() - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- getPriority(String) - Method in class org.simpleyaml.configuration.comments.KeyTree
-
Get a child from its path.
- getPriority(String) - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
Get a child from its path.
- getRoot() - Method in class org.simpleyaml.configuration.comments.KeyTree
-
Get the root node.
- getRoot() - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
- getRoot() - Method in class org.simpleyaml.configuration.MemorySection
-
- getShortList(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested List of Short by path.
- getShortList(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- getSideComment() - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- getString(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested String by path.
- getString(String, String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested String by path, returning a default value if not
found.
- getString(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- getString(String, String) - Method in class org.simpleyaml.configuration.MemorySection
-
- getStringList(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets the requested List of String by path.
- getStringList(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- getValue() - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- getValues(boolean) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets a Map containing all keys and their values for this section.
- getValues(boolean) - Method in class org.simpleyaml.configuration.MemorySection
-
- indent - Variable in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- indent() - Method in class org.simpleyaml.configuration.ConfigurationOptions
-
Gets how much spaces should be used to indent each line.
- indent(int) - Method in class org.simpleyaml.configuration.ConfigurationOptions
-
Sets how much spaces should be used to indent each line.
- INDENTATION - Static variable in class org.simpleyaml.utils.StringUtils
-
- indentation(int) - Static method in class org.simpleyaml.utils.StringUtils
-
- indexByElementIndex - Variable in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- indexByName - Variable in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- InvalidConfigurationException - Exception in org.simpleyaml.exceptions
-
Exception thrown when attempting to load an invalid
Configuration
- InvalidConfigurationException() - Constructor for exception org.simpleyaml.exceptions.InvalidConfigurationException
-
Creates a new instance of InvalidConfigurationException without a
message or cause.
- InvalidConfigurationException(String) - Constructor for exception org.simpleyaml.exceptions.InvalidConfigurationException
-
Constructs an instance of InvalidConfigurationException with the
specified message.
- InvalidConfigurationException(Throwable) - Constructor for exception org.simpleyaml.exceptions.InvalidConfigurationException
-
Constructs an instance of InvalidConfigurationException with the
specified cause.
- InvalidConfigurationException(String, Throwable) - Constructor for exception org.simpleyaml.exceptions.InvalidConfigurationException
-
Constructs an instance of InvalidConfigurationException with the
specified message and cause.
- isBoolean(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Checks if the specified path is a boolean.
- isBoolean(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- isClosed() - Method in class org.simpleyaml.utils.DumperBus
-
- isConfigurationSection(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Checks if the specified path is a ConfigurationSection.
- isConfigurationSection(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- isDouble(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Checks if the specified path is a double.
- isDouble(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- isEmpty() - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Gets if this configuration section is empty.
- isEmpty() - Method in class org.simpleyaml.configuration.MemorySection
-
- isFirstNode() - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- isInt(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Checks if the specified path is an int.
- isInt(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- isList - Variable in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- isList() - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- isList(int) - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- isList(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Checks if the specified path is a List.
- isList(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- isLong(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Checks if the specified path is a long.
- isLong(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- isPrimitiveWrapper(Object) - Method in class org.simpleyaml.configuration.MemorySection
-
- isRootNode() - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- isSet(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
- isSet(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- isString(String) - Method in interface org.simpleyaml.configuration.ConfigurationSection
-
Checks if the specified path is a String.
- isString(String) - Method in class org.simpleyaml.configuration.MemorySection
-
- isTrue(boolean, String, Object) - Static method in class org.simpleyaml.utils.Validate
-
Validate that the argument condition is true
; otherwise
throwing an exception with the specified message.
- isTrue(boolean, String, long) - Static method in class org.simpleyaml.utils.Validate
-
Validate that the argument condition is true
; otherwise
throwing an exception with the specified message.
- isTrue(boolean, String, double) - Static method in class org.simpleyaml.utils.Validate
-
Validate that the argument condition is true
; otherwise
throwing an exception with the specified message.
- isTrue(boolean, String) - Static method in class org.simpleyaml.utils.Validate
-
Validate that the argument condition is true
; otherwise
throwing an exception with the specified message.
- isTrue(boolean) - Static method in class org.simpleyaml.utils.Validate
-
Validate that the argument condition is true
; otherwise
throwing an exception.
- isUnicode() - Method in class org.simpleyaml.configuration.file.FileConfigurationOptions
-
- iterator() - Method in class org.simpleyaml.configuration.comments.KeyTree
-
- iterator() - Method in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- name - Variable in class org.simpleyaml.configuration.comments.KeyTree.Node
-
- NEW_LINE - Static variable in class org.simpleyaml.utils.StringUtils
-
- noNullElements(Object[], String) - Static method in class org.simpleyaml.utils.Validate
-
Validate that the specified argument array is neither
null
nor contains any elements that are null
;
otherwise throwing an exception with the specified message.
- noNullElements(Object[]) - Static method in class org.simpleyaml.utils.Validate
-
Validate that the specified argument array is neither
null
nor contains any elements that are null
;
otherwise throwing an exception.
- noNullElements(Collection<?>, String) - Static method in class org.simpleyaml.utils.Validate
-
Validate that the specified argument collection is neither
null
nor contains any elements that are null
;
otherwise throwing an exception with the specified message.
- noNullElements(Collection<?>) - Static method in class org.simpleyaml.utils.Validate
-
Validate that the specified argument collection is neither
null
nor contains any elements that are null
;
otherwise throwing an exception.
- notEmpty(Object[], String) - Static method in class org.simpleyaml.utils.Validate
-
Validate that the specified argument array is neither null
nor a length of zero (no elements); otherwise throwing an exception
with the specified message.
- notEmpty(Object[]) - Static method in class org.simpleyaml.utils.Validate
-
Validate that the specified argument array is neither null
nor a length of zero (no elements); otherwise throwing an exception.
- notEmpty(Collection<?>, String) - Static method in class org.simpleyaml.utils.Validate
-
Validate that the specified argument collection is neither null
nor a size of zero (no elements); otherwise throwing an exception
with the specified message.
- notEmpty(Collection<?>) - Static method in class org.simpleyaml.utils.Validate
-
Validate that the specified argument collection is neither null
nor a size of zero (no elements); otherwise throwing an exception.
- notEmpty(Map<?, ?>, String) - Static method in class org.simpleyaml.utils.Validate
-
Validate that the specified argument map is neither null
nor a size of zero (no elements); otherwise throwing an exception
with the specified message.
- notEmpty(Map<?, ?>) - Static method in class org.simpleyaml.utils.Validate
-
Validate that the specified argument map is neither null
nor a size of zero (no elements); otherwise throwing an exception.
- notEmpty(String, String) - Static method in class org.simpleyaml.utils.Validate
-
Validate that the specified argument string is
neither null
nor a length of zero (no characters);
otherwise throwing an exception with the specified message.
- notEmpty(String) - Static method in class org.simpleyaml.utils.Validate
-
Validate that the specified argument string is
neither null
nor a length of zero (no characters);
otherwise throwing an exception with the specified message.
- notNull(Object) - Static method in class org.simpleyaml.utils.Validate
-
Validate that the specified argument is not null
;
otherwise throwing an exception.
- notNull(Object, String) - Static method in class org.simpleyaml.utils.Validate
-
Validate that the specified argument is not null
;
otherwise throwing an exception with the specified message.
- NumberConversions - Class in org.simpleyaml.utils
-
Utils for casting number types to other number types