public interface Config
String getRequiredString(String key) throws IllegalStateException
IllegalStateExceptionString getRequiredFormatted(String key) throws IllegalStateException
IllegalStateExceptionString getRequiredFormatted(String key, Map<String,Object> parameters) throws IllegalStateException
IllegalStateExceptionString getRequiredFormatted(String key, Object... parameters) throws IllegalStateException
IllegalStateExceptionboolean getBool(String key, boolean defaultValue)
boolean getRequiredBool(String key) throws IllegalStateException, BoolFormatException
int getInt(String key, int defaultValue)
int getRequiredInt(String key) throws IllegalStateException, NumberFormatException
long getLong(String key, long defaultValue)
long getRequiredLong(String key) throws IllegalStateException, NumberFormatException
float getFloat(String key, float defaultValue)
float getRequiredFloat(String key) throws IllegalStateException, NumberFormatException
double getDouble(String key, double defaultValue)
double getRequiredDouble(String key) throws IllegalStateException, NumberFormatException
Date getRequiredDate(String key) throws IllegalStateException, DateFormatException
Time getRequiredTime(String key) throws IllegalStateException, DateFormatException
Timestamp getRequiredDateTime(String key) throws IllegalStateException, DateFormatException
Copyright © 2017. All rights reserved.