public class ListSplitter extends Object
Constructor and Description |
---|
ListSplitter() |
Modifier and Type | Method and Description |
---|---|
static String[] |
split(String valueList) |
static String[] |
split(String quoteCharacter,
boolean trim,
String valueList) |
public static String[] split(String quoteCharacter, boolean trim, String valueList)
quoteCharacter
- Character used to surround the items in the list.trim
- If true string values between , will be trimmed. If false the spaces are included.valueList
- Comma separated list of items.Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.