| Package | Description |
|---|---|
| ch.jalu.configme | |
| ch.jalu.configme.resource |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull SettingsManagerBuilder |
SettingsManagerBuilder.withYamlFile(@NotNull File file,
@NotNull YamlFileResourceOptions resourceOptions)
Creates a builder, using the given YAML file to use as property resource with the given options.
|
static @NotNull SettingsManagerBuilder |
SettingsManagerBuilder.withYamlFile(@NotNull Path path,
@NotNull YamlFileResourceOptions resourceOptions)
Creates a builder, using the given YAML file to use as property resource with the given options.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull YamlFileResourceOptions |
YamlFileResourceOptions.Builder.build() |
protected @NotNull YamlFileResourceOptions |
YamlFileResource.getOptions() |
| Constructor and Description |
|---|
YamlFileResource(@NotNull Path path,
@NotNull YamlFileResourceOptions options) |
Copyright © 2016–2023 The AuthMe Team. All rights reserved.