| Modifier and Type | Method and Description |
|---|---|
static YamlDocument |
YamlDocument.create(File document,
InputStream defaults,
Settings... settings)
Creates and loads a YAML document from the given file and loads the defaults (another YAML document, later
accessible via
YamlDocument.getDefaults()) from the defaults stream. |
static YamlDocument |
YamlDocument.create(File document,
InputStream defaults,
Settings... settings)
Creates and loads a YAML document from the given file and loads the defaults (another YAML document, later
accessible via
YamlDocument.getDefaults()) from the defaults stream. |
static YamlDocument |
YamlDocument.create(File document,
Settings... settings)
Creates and loads a YAML document from the given file.
|
static YamlDocument |
YamlDocument.create(File document,
Settings... settings)
Creates and loads a YAML document from the given file.
|
static YamlDocument |
YamlDocument.create(InputStream document,
InputStream defaults,
Settings... settings)
Creates and loads a YAML document from the given stream and loads the defaults (another YAML document, later
accessible via
YamlDocument.getDefaults()) from the defaults stream. |
static YamlDocument |
YamlDocument.create(InputStream document,
InputStream defaults,
Settings... settings)
Creates and loads a YAML document from the given stream and loads the defaults (another YAML document, later
accessible via
YamlDocument.getDefaults()) from the defaults stream. |
static YamlDocument |
YamlDocument.create(InputStream document,
Settings... settings)
Creates and loads a YAML document from the given stream.
|
static YamlDocument |
YamlDocument.create(InputStream document,
Settings... settings)
Creates and loads a YAML document from the given stream.
|
void |
YamlDocument.setSettings(Settings... settings)
Sets new settings to be used by this document, overwriting the previous settings associated with this document.
|
void |
YamlDocument.setSettings(Settings... settings)
Sets new settings to be used by this document, overwriting the previous settings associated with this document.
|
| Constructor and Description |
|---|
YamlDocument(File document,
InputStream defaults,
Settings... settings)
Creates and loads a YAML document from the given file and loads the defaults (another YAML document, later
accessible via
YamlDocument.getDefaults()) from the defaults stream, if provided. |
YamlDocument(File document,
InputStream defaults,
Settings... settings)
Creates and loads a YAML document from the given file and loads the defaults (another YAML document, later
accessible via
YamlDocument.getDefaults()) from the defaults stream, if provided. |
YamlDocument(InputStream document,
InputStream defaults,
Settings... settings)
Creates and loads a YAML document from the given stream and loads the defaults (another YAML document, later
accessible via
YamlDocument.getDefaults()) from the defaults stream, if provided. |
YamlDocument(InputStream document,
InputStream defaults,
Settings... settings)
Creates and loads a YAML document from the given stream and loads the defaults (another YAML document, later
accessible via
YamlDocument.getDefaults()) from the defaults stream, if provided. |
| Modifier and Type | Class and Description |
|---|---|
class |
DumperSettings
Dumper settings cover all options related explicitly (only) to file dumping.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeneralSettings
General settings cover all options related to documents in general.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoaderSettings
Loader settings cover all options related explicitly (only) to file loading.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UpdaterSettings
Updater settings cover all options related explicitly (only) to file updating.
|
Copyright © 2024. All rights reserved.