| Package | Description |
|---|---|
| dev.dejvokep.boostedyaml | |
| dev.dejvokep.boostedyaml.settings.updater | |
| dev.dejvokep.boostedyaml.updater | |
| dev.dejvokep.boostedyaml.updater.operators |
| Modifier and Type | Method and Description |
|---|---|
UpdaterSettings |
YamlDocument.getUpdaterSettings()
Returns the updater settings associated with the file.
|
UpdaterSettings |
YamlDocument.getUpdaterSettings()
Returns the updater settings associated with the file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
YamlDocument.setUpdaterSettings(UpdaterSettings updaterSettings)
Deprecated.
replaced by
YamlDocument.setSettings(Settings...) and subject for removal |
void |
YamlDocument.setUpdaterSettings(UpdaterSettings updaterSettings)
Deprecated.
replaced by
YamlDocument.setSettings(Settings...) and subject for removal |
void |
YamlDocument.update(InputStream defaults,
UpdaterSettings updaterSettings)
Updates the contents against the given defaults using the given updater and associated
general settings. |
void |
YamlDocument.update(InputStream defaults,
UpdaterSettings updaterSettings)
Updates the contents against the given defaults using the given updater and associated
general settings. |
boolean |
YamlDocument.update(UpdaterSettings updaterSettings)
Updates the contents against the
associated defaults using the given updater and
associated general settings. |
boolean |
YamlDocument.update(UpdaterSettings updaterSettings)
Updates the contents against the
associated defaults using the given updater and
associated general settings. |
| Modifier and Type | Field and Description |
|---|---|
static UpdaterSettings |
UpdaterSettings.DEFAULT
Default updater settings.
|
static UpdaterSettings |
UpdaterSettings.DEFAULT
Default updater settings.
|
| Modifier and Type | Method and Description |
|---|---|
UpdaterSettings |
UpdaterSettings.Builder.build()
Builds the settings.
|
UpdaterSettings |
UpdaterSettings.Builder.build()
Builds the settings.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdaterSettings.Builder |
UpdaterSettings.builder(UpdaterSettings settings)
Returns a new builder with the same configuration as the given settings.
|
static UpdaterSettings.Builder |
UpdaterSettings.builder(UpdaterSettings settings)
Returns a new builder with the same configuration as the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
VersionedOperations.run(Section document,
Section defaults,
UpdaterSettings settings,
char separator)
Runs version-dependent operations.
|
static boolean |
VersionedOperations.run(Section document,
Section defaults,
UpdaterSettings settings,
char separator)
Runs version-dependent operations.
|
static void |
Updater.update(Section document,
Section defaults,
UpdaterSettings updaterSettings,
GeneralSettings generalSettings)
Updates the given document against the given defaults and settings.
|
static void |
Updater.update(Section document,
Section defaults,
UpdaterSettings updaterSettings,
GeneralSettings generalSettings)
Updates the given document against the given defaults and settings.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Merger.merge(Section document,
Section defaults,
UpdaterSettings settings)
Merges the given document with the defaults.
|
static void |
Merger.merge(Section document,
Section defaults,
UpdaterSettings settings)
Merges the given document with the defaults.
|
Copyright © 2024. All rights reserved.