Uses of Interface
org.nuiton.config.ConfigOptionDef
| Package | Description |
|---|---|
| org.nuiton.config |
-
Uses of ConfigOptionDef in org.nuiton.config
Methods in org.nuiton.config with type parameters of type ConfigOptionDef Modifier and Type Method Description <O extends ConfigOptionDef>
voidApplicationConfig. loadDefaultOptions(java.lang.Class<O> optionClass)Deprecated.since 2.4.8, prefer use nowApplicationConfig.loadDefaultOptions(ConfigOptionDef[])<O extends ConfigOptionDef>
voidApplicationConfig. loadDefaultOptions(O[] options)Load default given options.Methods in org.nuiton.config that return ConfigOptionDef Modifier and Type Method Description ConfigOptionDef[]ApplicationConfigProvider. getOptions()Returns all options offered by the configuration.Methods in org.nuiton.config that return types with arguments of type ConfigOptionDef Modifier and Type Method Description static java.util.Set<ConfigOptionDef>ApplicationConfigHelper. getFinalOptions(java.util.Set<ApplicationConfigProvider> providers)Gets all final options from the given providers.static java.util.Set<ConfigOptionDef>ApplicationConfigHelper. getTransientOptions(java.util.Set<ApplicationConfigProvider> providers)Gets all transient options from the given providers.Methods in org.nuiton.config with parameters of type ConfigOptionDef Modifier and Type Method Description java.lang.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.