public class Config
extends java.lang.Object
| Constructor | Description |
|---|---|
Config() |
Creates a new config with the default separator .
|
Config(java.lang.String separator) |
Creates a new config with the given separator.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getSeparator() |
Gets the separator between values within a single line of the input.
|