B C D F I L N O P S U V Y 
All Classes All Packages

B

BLOCK - 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

commentsEnabled() - Method in class org.spongepowered.configurate.yaml.YamlConfigurationLoader.Builder
Get whether comment handling is enabled.
commentsEnabled(boolean) - Method in class org.spongepowered.configurate.yaml.YamlConfigurationLoader.Builder
Set whether comment handling is enabled on this loader.
createNode(ConfigurationOptions) - Method in class org.spongepowered.configurate.yaml.YamlConfigurationLoader
 

D

DOUBLE_QUOTED - org.spongepowered.configurate.yaml.ScalarStyle
A double-quoted string.

F

FLOW - org.spongepowered.configurate.yaml.NodeStyle
Always use flow style.
FOLDED - org.spongepowered.configurate.yaml.ScalarStyle
Folded scalar.

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.

L

lineLength() - Method in class org.spongepowered.configurate.yaml.YamlConfigurationLoader.Builder
Get the maximum length of a configuration line.
lineLength(int) - Method in class org.spongepowered.configurate.yaml.YamlConfigurationLoader.Builder
Set the maximum length of a configuration line.
LITERAL - org.spongepowered.configurate.yaml.ScalarStyle
Literal scalar.
loadInternal(CommentedConfigurationNode, BufferedReader) - Method in class org.spongepowered.configurate.yaml.YamlConfigurationLoader
 

N

NODE_STYLE - Static variable in class org.spongepowered.configurate.yaml.YamlConfigurationLoader
The YAML node style to use for collection nodes.
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

org.spongepowered.configurate.yaml - package org.spongepowered.configurate.yaml
Configuration loader for the YAML 1.1 format.

P

populate(LoaderOptionSource) - Method in class org.spongepowered.configurate.yaml.YamlConfigurationLoader.Builder
 

S

saveInternal(ConfigurationNode, Writer) - Method in class org.spongepowered.configurate.yaml.YamlConfigurationLoader
 
SCALAR_STYLE - Static variable in class org.spongepowered.configurate.yaml.YamlConfigurationLoader
The YAML scalar style this node should attempt to use.
ScalarStyle - Enum in org.spongepowered.configurate.yaml
Style that can be used to represent a scalar.
SINGLE_QUOTED - org.spongepowered.configurate.yaml.ScalarStyle
A single-quoted string.

U

UNQUOTED - org.spongepowered.configurate.yaml.ScalarStyle
String without any quotation.

V

valueOf(String) - Static method in enum org.spongepowered.configurate.yaml.NodeStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.spongepowered.configurate.yaml.ScalarStyle
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.
values() - Static method in enum org.spongepowered.configurate.yaml.ScalarStyle
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 D F I L N O P S U V Y 
All Classes All Packages