| Modifier and Type | Field | Description |
|---|---|---|
private String |
encoding |
The charset encoding for content
|
private com.d3x.morpheus.util.text.Formats |
formats |
The formats to parse JSON values
|
private com.d3x.morpheus.util.Resource |
resource |
The resource to load the frame from
|
| Constructor | Description |
|---|---|
Options() |
Constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
setFile(File file) |
Sets the resource file for these options
|
void |
setFile(String path) |
Sets the resource file for these options
|
void |
setOutputStream(OutputStream os) |
Sets the resource output stream for these options
|
void |
withFormats(Consumer<com.d3x.morpheus.util.text.Formats> configure) |
Sets the formats to use for output to CSV
|
private com.d3x.morpheus.util.text.Formats formats
private com.d3x.morpheus.util.Resource resource
private String encoding
public void setOutputStream(OutputStream os)
os - the output stream to write topublic void setFile(File file)
file - the output file to write topublic void setFile(String path)
path - the output file path to write topublic void withFormats(Consumer<com.d3x.morpheus.util.text.Formats> configure)
configure - the formats to applyCopyright 2014-2018, D3X Systems