public class Config extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Config.Builder |
static class |
Config.OptionsConfig |
static class |
Config.ScrapeRule |
static class |
Config.ServerConfig |
| Modifier and Type | Field and Description |
|---|---|
@NotNull List<Declarations> |
declarations |
@Valid @NotNull Config.OptionsConfig |
options |
@NotNull List<Config.ScrapeRule> |
rules |
@Valid @NotNull Config.ServerConfig |
server |
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
static Config |
createDefault() |
void |
merge(Config other) |
static Config |
merge(List<Config> configs) |
@Valid @NotNull public @Valid @NotNull Config.ServerConfig server
@Valid @NotNull public @Valid @NotNull Config.OptionsConfig options
@NotNull public @NotNull List<Declarations> declarations
@NotNull public @NotNull List<Config.ScrapeRule> rules
Copyright © 2021. All rights reserved.