Uses of Interface
io.ultreia.java4all.config.ConfigOptionDef
-
-
Uses of ConfigOptionDef in io.ultreia.java4all.config
Methods in io.ultreia.java4all.config with type parameters of type ConfigOptionDef Modifier and Type Method Description <O extends ConfigOptionDef>
voidApplicationConfig. loadDefaultOptions(O[] options)Load default given options.Methods in io.ultreia.java4all.config that return ConfigOptionDef Modifier and Type Method Description ConfigOptionDef[]ApplicationConfigProvider. getOptions()Returns all options offered by the configuration.Methods in io.ultreia.java4all.config that return types with arguments of type ConfigOptionDef Modifier and Type Method Description static Set<ConfigOptionDef>ApplicationConfigHelper. getFinalOptions(Set<ApplicationConfigProvider> providers)Gets all final options from the given providers.static Set<ConfigOptionDef>ApplicationConfigHelper. getTransientOptions(Set<ApplicationConfigProvider> providers)Gets all transient options from the given providers.Methods in io.ultreia.java4all.config with parameters of type ConfigOptionDef Modifier and Type Method Description ObjectApplicationConfig. getOption(ConfigOptionDef key)Get option value from a option definition.booleanApplicationConfig. hasOption(ConfigOptionDef key)Teste si un option existe ou non<O extends ConfigOptionDef>
voidApplicationConfig. loadDefaultOptions(O[] options)Load default given options.static OptionModelConfigOptionDef. of(ConfigOptionDef configOptionDef)
-