Uses of Class
org.apache.juneau.config.store.ConfigStore
Packages that use ConfigStore
Package
Description
- 
Uses of ConfigStore in org.apache.juneau.configMethods in org.apache.juneau.config with parameters of type ConfigStore
- 
Uses of ConfigStore in org.apache.juneau.config.internalConstructors in org.apache.juneau.config.internal with parameters of type ConfigStore
- 
Uses of ConfigStore in org.apache.juneau.config.storeSubclasses 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.storeSubclasses 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.microserviceMethods 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.jettyMethods in org.apache.juneau.microservice.jetty with parameters of type ConfigStore