Uses of Class
org.jgrapes.util.events.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
Modifier 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
Modifier and TypeMethodDescriptionvoid
MailConnectionManager.onConfigUpdate
(ConfigurationUpdate event) Configure the component. -
Uses of ConfigurationUpdate in org.jgrapes.net
Modifier 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
Modifier 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
Modifier 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.Modifier 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.