Uses of Class
org.jgrapes.util.events.ConfigurationUpdate
Packages that use ConfigurationUpdate
Package
Description
I/O related components built on top of the core package.
Components for handling mail.
Networking related I/O classes.
Utility components that are too small to deserve
individual libraries/projects.
-
Uses of ConfigurationUpdate in org.jgrapes.io
Methods in org.jgrapes.io with parameters of type ConfigurationUpdateModifier and TypeMethodDescriptionvoid
InputStreamMonitor.onConfigurationUpdate
(ConfigurationUpdate event) The component can be configured with events that include a path (see @linkpaths()
) that matches this components path (seeManager.componentPath()
). -
Uses of ConfigurationUpdate in org.jgrapes.mail
Methods in org.jgrapes.mail with parameters of type ConfigurationUpdateModifier and TypeMethodDescriptionvoid
MailConnectionManager.onConfigUpdate
(ConfigurationUpdate event) Configure the component. -
Uses of ConfigurationUpdate in org.jgrapes.net
Methods in org.jgrapes.net with parameters of type ConfigurationUpdateModifier and TypeMethodDescriptionvoid
SocketServer.onConfigurationUpdate
(ConfigurationUpdate event) The component can be configured with events that include a path (see @linkpaths()
) that matches this components path (seeManager.componentPath()
). -
Uses of ConfigurationUpdate in org.jgrapes.util
Methods in org.jgrapes.util with parameters of type ConfigurationUpdateModifier and TypeMethodDescriptionComponentProvider.componentConfigurations
(ConfigurationUpdate evt) Retrieves the configurations for components to be provided from an entry in aConfigurationUpdate
event.void
ComponentProvider.onConfigurationUpdate
(ConfigurationUpdate evt) Uses the information from the event to configure the provided components.void
NightConfigStore.onConfigurationUpdate
(ConfigurationUpdate event) Merges and saves configuration updates.void
PreferencesStore.onConfigurationUpdate
(ConfigurationUpdate event) Merges and saves configuration updates.ComponentProvider.providerConfiguration
(ConfigurationUpdate evt) Selects configuration information targeted at this component from the event. -
Uses of ConfigurationUpdate in org.jgrapes.util.events
Subclasses of ConfigurationUpdate in org.jgrapes.util.eventsModifier and TypeClassDescriptionclass
A specialConfigurationUpdate
event that is used for reporting the configuration on startup.class
A specialConfigurationUpdate
event that is used by thePreferencesStore
for reporting the configuration on startup.Methods in org.jgrapes.util.events that return ConfigurationUpdateModifier and TypeMethodDescriptionAdd a new (or updated) configuration value for the given path and key.ConfigurationUpdate.removePath
(String path) Associate the given path withnull
.Set new (updated), possibly structured configuration values (seeConfigurationStore.structure(Map)
for the given path.