public interface ConfigKeysProviderProvides keys of configuration items.
This interface can be implemented to register custom configuration items. GeoRocket will collect a list of all configuration items at start-up and initialize the global configuration (see Context.config()) with values from GeoRocket's configuration file or from the system environment.
Implementations can be registered through the Java Service Provider Interface (SPI) API.
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> | getConfigKeys()Get a list of configuration item keys. |
java.util.List<java.lang.String> getConfigKeys()
"georocket.". For example, a reasonable name would be "georocket.myextension.mycategory.myitem".