Index

C G J P R 
All Classes and Interfaces|All Packages

C

com.dennisturco - package com.dennisturco
 

G

getConfigByKey(String) - Method in class com.dennisturco.JsonConfig
Returns a configuration value by key.
getConfigs() - Method in class com.dennisturco.JsonConfig
Returns the full map of flattened configuration values.

J

JsonConfig - Class in com.dennisturco
A utility class to load and flatten JSON configuration files into a flat key-value map.
JsonConfig(String) - Constructor for class com.dennisturco.JsonConfig
Constructs a new JsonConfig with the specified file path.

P

printAllConfigs() - Method in class com.dennisturco.JsonConfig
Prints all configuration key-value pairs to the standard output.

R

reloadConfigs() - Method in class com.dennisturco.JsonConfig
Reloads the configuration file and updates the internal config map.
C G J P R 
All Classes and Interfaces|All Packages