Uses of Class
org.apache.juneau.config.store.ConfigStore
Packages that use ConfigStore
Package
Description
-
Uses of ConfigStore in org.apache.juneau.config
Methods in org.apache.juneau.config with parameters of type ConfigStore -
Uses of ConfigStore in org.apache.juneau.config.internal
Constructors in org.apache.juneau.config.internal with parameters of type ConfigStore -
Uses of ConfigStore in org.apache.juneau.config.store
Subclasses of ConfigStore in org.apache.juneau.config.storeModifier and TypeClassDescriptionclass
Classpath-based storage location for configuration files.class
Filesystem-based storage location for configuration files.class
Filesystem-based storage location for configuration files.Methods in org.apache.juneau.config.store that return ConfigStoreModifier and TypeMethodDescriptionConfigStore.register
(String name, ConfigStoreListener l) Registers a new listener on this store.ConfigStore.unregister
(String name, ConfigStoreListener l) Unregisters a listener from this store.Called when the physical contents of a config file have changed.Convenience method for updating the contents of a file with lines.Constructors in org.apache.juneau.config.store with parameters of type ConfigStore -
Uses of ConfigStore in org.apache.juneau.examples.core.config.store
Subclasses of ConfigStore in org.apache.juneau.examples.core.config.storeModifier and TypeClassDescriptionclass
Example of aConfigStore
that uses a relational database as a backend. -
Uses of ConfigStore in org.apache.juneau.microservice
Methods in org.apache.juneau.microservice with parameters of type ConfigStoreModifier and TypeMethodDescriptionMicroservice.Builder.configStore
(ConfigStore configStore) Specifies the config store to use for storing and retrieving configurations. -
Uses of ConfigStore in org.apache.juneau.microservice.jetty
Methods in org.apache.juneau.microservice.jetty with parameters of type ConfigStore