Index

B C F I L N O S V Y 
All Classes and Interfaces|All Packages

B

BLOCK - Enum constant in enum org.spongepowered.configurate.yaml.NodeStyle
Always use block style.
build() - Method in class org.spongepowered.configurate.yaml.YamlConfigurationLoader.Builder
 
builder() - Static method in class org.spongepowered.configurate.yaml.YamlConfigurationLoader
Creates a new YamlConfigurationLoader builder.

C

createNode(ConfigurationOptions) - Method in class org.spongepowered.configurate.yaml.YamlConfigurationLoader
 

F

FLOW - Enum constant in enum org.spongepowered.configurate.yaml.NodeStyle
Always use flow style.

I

indent() - Method in class org.spongepowered.configurate.yaml.YamlConfigurationLoader.Builder
Gets the level of indentation to be used by the resultant loader.
indent(int) - Method in class org.spongepowered.configurate.yaml.YamlConfigurationLoader.Builder
Sets the level of indentation the resultant loader should use.
INDENT - Static variable in class org.spongepowered.configurate.yaml.YamlConfigurationLoader.Builder
The indent size (in spaces) to use for documents emitted by the created loader.

L

loadInternal(CommentedConfigurationNode, BufferedReader) - Method in class org.spongepowered.configurate.yaml.YamlConfigurationLoader
 

N

NODE_STYLE - Static variable in class org.spongepowered.configurate.yaml.YamlConfigurationLoader.Builder
The collection node style to use globally when emitting with this loader.
nodeStyle() - Method in class org.spongepowered.configurate.yaml.YamlConfigurationLoader.Builder
Gets the node style to be used by the resultant loader.
nodeStyle(NodeStyle) - Method in class org.spongepowered.configurate.yaml.YamlConfigurationLoader.Builder
Sets the node style the built loader should use.
NodeStyle - Enum in org.spongepowered.configurate.yaml
Representation of collections and mappings in a YAML document.

O

optionSchema() - Method in class org.spongepowered.configurate.yaml.YamlConfigurationLoader.Builder
 
org.spongepowered.configurate.yaml - package org.spongepowered.configurate.yaml
Configuration loader for the YAML 1.1 format.

S

saveInternal(ConfigurationNode, Writer) - Method in class org.spongepowered.configurate.yaml.YamlConfigurationLoader
 
SCHEMA - Static variable in class org.spongepowered.configurate.yaml.YamlConfigurationLoader.Builder
A schema of options available to configure the YAML loader.

V

valueOf(String) - Static method in enum org.spongepowered.configurate.yaml.NodeStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.spongepowered.configurate.yaml.NodeStyle
Returns an array containing the constants of this enum type, in the order they are declared.

Y

YamlConfigurationFormat - Class in org.spongepowered.configurate.yaml
A ConfigurationFormat for the YAML configuration loader.
YamlConfigurationFormat() - Constructor for class org.spongepowered.configurate.yaml.YamlConfigurationFormat
For use by service loader only.
YamlConfigurationLoader - Class in org.spongepowered.configurate.yaml
A loader for YAML-formatted configurations, using the SnakeYAML library for parsing and generation.
YamlConfigurationLoader.Builder - Class in org.spongepowered.configurate.yaml
B C F I L N O S V Y 
All Classes and Interfaces|All Packages