Package com.nimbusds.common.config
Class StringListParser
java.lang.Object
com.nimbusds.common.config.StringListParser
String list parse utility.
-
Method Summary
-
Method Details
-
parse
Parses a list of strings from the specified strings containing space or comma separated tokens.- Parameters:
s
- The string,null
if not specified.- Returns:
- The string list, empty list if the string was
null
.
-