Package 

Class Config


  • 
    public class Config
    
                        

    Config reads values with the following priority:

    1) system properties

    2) environment variables,

    3) optional configuration file

    4) platform dependant properties. It also includes default values to ensure a valid config.

    System properties are PREFIX'ed. Environment variables are the same as the system property, but uppercased and '.' is replaced with '_'.