Class ListSeparators
- java.lang.Object
-
- com.terminalfour.publish.api.list.ListSeparators
-
public class ListSeparators extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_LEVEL_SEPARATOR
static String
DEFAULT_SELECTION_SEPARATOR
-
Constructor Summary
Constructors Constructor Description ListSeparators(String entrySeparator, String selectionSeparator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEntrySeparator()
String
getSelectionSeparator()
-
-
-
Field Detail
-
DEFAULT_LEVEL_SEPARATOR
public static final String DEFAULT_LEVEL_SEPARATOR
- See Also:
- Constant Field Values
-
DEFAULT_SELECTION_SEPARATOR
public static final String DEFAULT_SELECTION_SEPARATOR
- See Also:
- Constant Field Values
-
-