| Methods in fr.tireme.shared.param that throw ParamDoesNotExistsException |
boolean |
Configuration.getBoolEntry(java.lang.String section,
java.lang.String param)
Gets the boolEntry attribute of the Parameters object |
java.lang.String |
Configuration.getEntry(java.lang.String section,
java.lang.String param)
Gets the entry attribute of the Parameters object |
void |
Configuration.setEntry(java.lang.String section,
java.lang.String parameter,
boolean value)
Sets the entry attribute of the Parameters object |
void |
Configuration.setEntry(java.lang.String section,
java.lang.String parameter,
java.lang.String value)
Sets an entry value for a section |