getMultiValuedStringOption(Map< String,?>, String, String[], char) method

Utility method to retrieve a multi-valued string option from a map and provide a default value if the key was not found set.

Syntax

String[] getMultiValuedStringOption ( Map< String,?> options , String key , String[] defaultOption , char delimiter )

Parameters

Returns

the value from the Map or the default.

Usage

Zero-length values are discarded and whitespace is trimmed.

the value from the Map or the default.