Class StringListParser

java.lang.Object
com.nimbusds.common.config.StringListParser

public class StringListParser extends Object
String list parse utility.
  • Method Details

    • parse

      public static List<String> parse(String s)
      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.