Uses of Class
org.apache.juneau.config.store.ConfigStore
Packages that use ConfigStore
Package
Description
Configuration Support
Internal classes
Configuration Storage Support
Configuration Store Examples
Microservice API
Microservice API
-
Uses of ConfigStore in org.apache.juneau.config
Fields in org.apache.juneau.config declared as ConfigStoreMethods 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 TypeClassDescriptionclassClasspath-based storage location for configuration files.classFilesystem-based storage location for configuration files.classFilesystem-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 TypeClassDescriptionclassExample of aConfigStorethat 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