Uses of Interface
org.nuiton.config.ConfigOptionDef
Packages that use ConfigOptionDef
-
Uses of ConfigOptionDef in org.nuiton.config
Methods in org.nuiton.config with type parameters of type ConfigOptionDefModifier and TypeMethodDescription<O extends ConfigOptionDef>
voidApplicationConfig.loadDefaultOptions(Class<O> optionClass) Deprecated.<O extends ConfigOptionDef>
voidApplicationConfig.loadDefaultOptions(O[] options) Load default given options.Methods in org.nuiton.config that return ConfigOptionDefModifier and TypeMethodDescriptionApplicationConfigProvider.getOptions()Returns all options offered by the configuration.Methods in org.nuiton.config that return types with arguments of type ConfigOptionDefModifier and TypeMethodDescriptionstatic 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 org.nuiton.config with parameters of type ConfigOptionDefModifier and TypeMethodDescriptionApplicationConfig.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.
ApplicationConfig.loadDefaultOptions(ConfigOptionDef[])