public class PropertyConsultant extends Object
Constructor and Description |
---|
PropertyConsultant(PropertyQueryInterface queryInterface) |
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanProperty(String key) |
double |
getDoubleProperty(String key) |
int |
getIntProperty(String key) |
String |
getProperty(String key) |
public PropertyConsultant(PropertyQueryInterface queryInterface)
public String getProperty(String key) throws IllegalArgumentException
IllegalArgumentException
public int getIntProperty(String key) throws IllegalArgumentException
IllegalArgumentException
public double getDoubleProperty(String key) throws IllegalArgumentException
IllegalArgumentException
public boolean getBooleanProperty(String key) throws IllegalArgumentException
IllegalArgumentException