|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfedora.server.journal.helpers.ParameterHelper
public class ParameterHelper
Title: ParameterHelper.java
Description: A collection of utility methods to help the Journal classes to read parameter values.
| Field Summary |
|---|
| Method Summary | |
|---|---|
static boolean |
getOptionalBooleanParameter(java.util.Map parameters,
java.lang.String parameterName,
boolean defaultValue)
Get an optional boolean parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean getOptionalBooleanParameter(java.util.Map parameters,
java.lang.String parameterName,
boolean defaultValue)
throws JournalException
JournalException - if a value is supplied that is neither "true" nor "false".
java.lang.NullPointerException - if either 'parameters' or 'parameterName' is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||