public class Updater extends Object
Relocator.apply(UpdaterSettings, char),Merger.merge(Section, Section, UpdaterSettings).| Constructor and Description |
|---|
Updater() |
| Modifier and Type | Method and Description |
|---|---|
static void |
update(Section document,
Section defaults,
UpdaterSettings updaterSettings,
GeneralSettings generalSettings)
Updates the given document against the given defaults and settings.
|
public static void update(@NotNull
Section document,
@NotNull
Section defaults,
@NotNull
UpdaterSettings updaterSettings,
@NotNull
GeneralSettings generalSettings)
throws IOException
Relocator.apply(UpdaterSettings, char),Merger.merge(Section, Section, UpdaterSettings).document - the document section to updatedefaults - section equivalent in the defaultsupdaterSettings - updater settings to usegeneralSettings - general settings to useIOException - an IO errorCopyright © 2022. All rights reserved.