| Package | Description |
|---|---|
| dev.dejvokep.boostedyaml | |
| dev.dejvokep.boostedyaml.block.implementation |
| Modifier and Type | Method and Description |
|---|---|
static YamlDocument |
YamlDocument.create(File document)
Creates and initially loads YAML document from the given file using default settings (
GeneralSettings.DEFAULT...). |
static YamlDocument |
YamlDocument.create(File document)
Creates and initially loads YAML document from the given file using default settings (
GeneralSettings.DEFAULT...). |
static YamlDocument |
YamlDocument.create(File document,
GeneralSettings generalSettings,
LoaderSettings loaderSettings,
DumperSettings dumperSettings,
UpdaterSettings updaterSettings)
Creates and initially loads YAML document from the given file using the given settings.
|
static YamlDocument |
YamlDocument.create(File document,
GeneralSettings generalSettings,
LoaderSettings loaderSettings,
DumperSettings dumperSettings,
UpdaterSettings updaterSettings)
Creates and initially loads YAML document from the given file using the given settings.
|
static YamlDocument |
YamlDocument.create(File document,
InputStream defaults)
Creates and initially loads YAML document from the given file using default settings (
GeneralSettings.DEFAULT...). |
static YamlDocument |
YamlDocument.create(File document,
InputStream defaults)
Creates and initially loads YAML document from the given file using default settings (
GeneralSettings.DEFAULT...). |
static YamlDocument |
YamlDocument.create(File document,
InputStream defaults,
GeneralSettings generalSettings,
LoaderSettings loaderSettings,
DumperSettings dumperSettings,
UpdaterSettings updaterSettings)
Creates and initially loads YAML document from the given file using the given settings.
|
static YamlDocument |
YamlDocument.create(File document,
InputStream defaults,
GeneralSettings generalSettings,
LoaderSettings loaderSettings,
DumperSettings dumperSettings,
UpdaterSettings updaterSettings)
Creates and initially loads YAML document from the given file using the given settings.
|
static YamlDocument |
YamlDocument.create(InputStream document)
Creates and initially loads YAML document from the given stream using default settings (
GeneralSettings.DEFAULT...). |
static YamlDocument |
YamlDocument.create(InputStream document)
Creates and initially loads YAML document from the given stream using default settings (
GeneralSettings.DEFAULT...). |
static YamlDocument |
YamlDocument.create(InputStream document,
GeneralSettings generalSettings,
LoaderSettings loaderSettings,
DumperSettings dumperSettings,
UpdaterSettings updaterSettings)
Creates and initially loads YAML document from the given stream using the given settings.
|
static YamlDocument |
YamlDocument.create(InputStream document,
GeneralSettings generalSettings,
LoaderSettings loaderSettings,
DumperSettings dumperSettings,
UpdaterSettings updaterSettings)
Creates and initially loads YAML document from the given stream using the given settings.
|
static YamlDocument |
YamlDocument.create(InputStream document,
InputStream defaults)
Creates and initially loads YAML document from the given file using default settings (
GeneralSettings.DEFAULT...). |
static YamlDocument |
YamlDocument.create(InputStream document,
InputStream defaults)
Creates and initially loads YAML document from the given file using default settings (
GeneralSettings.DEFAULT...). |
static YamlDocument |
YamlDocument.create(InputStream document,
InputStream defaults,
GeneralSettings generalSettings,
LoaderSettings loaderSettings,
DumperSettings dumperSettings,
UpdaterSettings updaterSettings)
Creates and initially loads YAML document from the given stream using the given settings.
|
static YamlDocument |
YamlDocument.create(InputStream document,
InputStream defaults,
GeneralSettings generalSettings,
LoaderSettings loaderSettings,
DumperSettings dumperSettings,
UpdaterSettings updaterSettings)
Creates and initially loads YAML document from the given stream using the given settings.
|
YamlDocument |
YamlDocument.getDefaults()
Returns the defaults associated with the document, if any were given to
YamlDocument.create()
method. |
YamlDocument |
YamlDocument.getDefaults()
Returns the defaults associated with the document, if any were given to
YamlDocument.create()
method. |
| Modifier and Type | Method and Description |
|---|---|
YamlDocument |
Section.getRoot()
Returns the root file of this section.
|
YamlDocument |
Section.getRoot()
Returns the root file of this section.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Section.init(YamlDocument root,
org.snakeyaml.engine.v2.nodes.Node keyNode,
org.snakeyaml.engine.v2.nodes.MappingNode valueNode,
ExtendedConstructor constructor)
Initializes this section, and it's contents using the given parameters, while also initializing the superclass by
calling
Block.init(Node, Node). |
protected void |
Section.init(YamlDocument root,
org.snakeyaml.engine.v2.nodes.Node keyNode,
org.snakeyaml.engine.v2.nodes.MappingNode valueNode,
ExtendedConstructor constructor)
Initializes this section, and it's contents using the given parameters, while also initializing the superclass by
calling
Block.init(Node, Node). |
protected void |
Section.initEmpty(YamlDocument root)
Initializes this section as an empty one.
|
protected void |
Section.initEmpty(YamlDocument root)
Initializes this section as an empty one.
|
| Constructor and Description |
|---|
Section(YamlDocument root,
Section parent,
Route route,
Block<?> previous,
Map<?,?> mappings)
Creates a section using the given relatives, previous block and mappings.
|
Section(YamlDocument root,
Section parent,
Route route,
Block<?> previous,
Map<?,?> mappings)
Creates a section using the given relatives, previous block and mappings.
|
Section(YamlDocument root,
Section parent,
Route route,
org.snakeyaml.engine.v2.nodes.Node keyNode,
org.snakeyaml.engine.v2.nodes.MappingNode valueNode,
ExtendedConstructor constructor)
Creates a section using the given relatives, nodes and constructor, which is used to retrieve the actual Java
representations of nodes (and sub-nodes).
|
Section(YamlDocument root,
Section parent,
Route route,
org.snakeyaml.engine.v2.nodes.Node keyNode,
org.snakeyaml.engine.v2.nodes.MappingNode valueNode,
ExtendedConstructor constructor)
Creates a section using the given relatives, nodes and constructor, which is used to retrieve the actual Java
representations of nodes (and sub-nodes).
|
Copyright © 2022. All rights reserved.