public class AbstractMutableOptions
extends java.lang.Object
AbstractMutableOptions to reflect the underlying C++ name.
The constructor is protected, so it will always be used as a base class.| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractMutableOptions.AbstractMutableOptionsBuilder<T extends AbstractMutableOptions,U extends AbstractMutableOptions.AbstractMutableOptionsBuilder<T,U,K>,K extends MutableOptionKey> |
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
KEY_VALUE_PAIR_SEPARATOR |
protected static char |
KEY_VALUE_SEPARATOR |
protected java.lang.String[] |
keys |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMutableOptions(java.lang.String[] keys,
java.lang.String[] values)
User must use builder pattern, or parser.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns a string representation of MutableOptions which
is suitable for consumption by
#parse(String). |
protected static final java.lang.String KEY_VALUE_PAIR_SEPARATOR
protected static final char KEY_VALUE_SEPARATOR
protected final java.lang.String[] keys