public static class ControlledString.ParseStrings extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
contArg
The indicator for separating arguments to a control.
|
String |
contEsc
The indicator for escaping any of the indicators (including itself)
|
String |
contInd
The indicator for separating controls from the regular string.
|
String |
contSep
The indicator for separating individual controls.
|
| Constructor and Description |
|---|
ParseStrings(String contInd,
String contSep,
String contArg,
String contEsc)
Create a new set of parse strings.
|
| Modifier and Type | Method and Description |
|---|---|
static ControlledString.ParseStrings |
PS(String contInd,
String contSep,
String contArg,
String contEsc)
Convenient static constructor.
|
public String contInd
public String contSep
public String contArg
public String contEsc
public static ControlledString.ParseStrings PS(String contInd, String contSep, String contArg, String contEsc)
contInd - The control indicator.contSep - The control separator.contArg - The argument separator.contEsc - The control escape.Copyright © 2019. All rights reserved.