getBooleanOption(Map< String,?>, String, boolean) method

Utility method to retrieve a boolean value from a map in the and provide a default value if the key was not found set.

Syntax

boolean getBooleanOption ( Map< String,?> props , String key , boolean dflt )

Parameters

Returns

the value from the Map or the default.

Usage

the value from the Map or the default.