Uses of Interface
org.nuiton.config.ApplicationConfigProvider
Packages that use ApplicationConfigProvider
-
Uses of ApplicationConfigProvider in org.nuiton.config
Methods in org.nuiton.config that return ApplicationConfigProviderModifier and TypeMethodDescriptionstatic ApplicationConfigProviderApplicationConfigHelper.getProvider(ClassLoader classLoader, String name) Methods in org.nuiton.config that return types with arguments of type ApplicationConfigProviderModifier and TypeMethodDescriptionstatic Set<ApplicationConfigProvider>ApplicationConfigHelper.getProviders(ClassLoader classLoader, Set<String> includes, Set<String> excludes, boolean verbose) Obtain all providers on class-path.Method parameters in org.nuiton.config with type arguments of type ApplicationConfigProviderModifier and TypeMethodDescriptionApplicationConfigHelper.getFinalOptionKeys(Set<ApplicationConfigProvider> providers) Gets all final options keys from the given providers.static Set<ConfigOptionDef>ApplicationConfigHelper.getFinalOptions(Set<ApplicationConfigProvider> providers) Gets all final options from the given providers.ApplicationConfigHelper.getTransientOptionKeys(Set<ApplicationConfigProvider> providers) Gets all transient options keys from the given providers.static Set<ConfigOptionDef>ApplicationConfigHelper.getTransientOptions(Set<ApplicationConfigProvider> providers) Gets all transient options from the given providers.ApplicationConfigHelper.getTransientOrFinalOptionKey(Set<ApplicationConfigProvider> providers) Get all option keys that should not be saved in the user config file from the given options providers.static voidApplicationConfigHelper.loadAllActions(ApplicationConfig applicationConfig, Set<ApplicationConfigProvider> providers) Load all actions from all given config providers.static voidApplicationConfigHelper.loadAllDefaultOption(ApplicationConfig config, Set<ApplicationConfigProvider> providers) Load default options from all given config providers.