ConfigBase, PropertyConfig, SecureConfigpublic interface Config
String getRequiredString(String key) throws NullPointerException
NullPointerExceptionString getRequiredFormatted(String key) throws NullPointerException
NullPointerExceptionString getRequiredFormatted(String key, Map<String,Object> parameters) throws NullPointerException
NullPointerExceptionString getRequiredFormatted(String key, Object... parameters) throws NullPointerException
NullPointerExceptionboolean getBool(String key, boolean defaultValue)
boolean getRequiredBool(String key) throws NullPointerException, BoolFormatException
int getInt(String key, int defaultValue)
int getRequiredInt(String key) throws NullPointerException, NumberFormatException
long getLong(String key, long defaultValue)
long getRequiredLong(String key) throws NullPointerException, NumberFormatException
float getFloat(String key, float defaultValue)
float getRequiredFloat(String key) throws NullPointerException, NumberFormatException
double getDouble(String key, double defaultValue)
double getRequiredDouble(String key) throws NullPointerException, NumberFormatException
Date getRequiredDate(String key) throws NullPointerException, DateFormatException
Time getRequiredTime(String key) throws NullPointerException, DateFormatException
Timestamp getRequiredDateTime(String key) throws NullPointerException, DateFormatException
Copyright © 2018. All rights reserved.