As Env.get always return Strings, you have to parse values with you want to deal with numbers (for example). Add methods that already parses the value might be a good idea. `int a = Env.getAsInt("MY_PARAM");`
As Env.get always return Strings, you have to parse values with you want to deal with numbers (for example).
Add methods that already parses the value might be a good idea.
int a = Env.getAsInt("MY_PARAM");