Package | Description |
---|---|
com.asakusafw.dmdl.directio.text |
Formatted text support for Direct I/O.
|
com.asakusafw.dmdl.directio.text.csv |
CSV support for Direct I/O.
|
com.asakusafw.dmdl.directio.text.tabular |
Tabular-style text support for Direct I/O.
|
Modifier and Type | Method and Description |
---|---|
static TextFieldSettings |
TextFieldSettings.consume(DmdlSemantics environment,
AstAttribute attribute,
Map<String,AstAttributeElement> elements)
Consumes attribute elements about escape settings, and returns corresponding
EscapeSettings . |
TextFieldSettings |
TextFieldTrait.getSettings()
Returns the settings.
|
static TextFieldSettings |
TextFieldTrait.getSettings(PropertyDeclaration property)
Returns the field settings of the property.
|
Constructor and Description |
---|
AbstractTextStreamFormatGenerator(EmitContext context,
ModelDeclaration model,
TextFormatSettings formatSettings,
TextFieldSettings fieldDefaultSettings)
Creates a new instance.
|
TextFieldTrait(AstAttribute attribute,
String name,
TextFieldSettings settings)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
TextFieldSettings |
CsvTextTrait.getFieldSettings()
Returns the field settings.
|
Constructor and Description |
---|
CsvTextTrait(AstAttribute attribute,
TextFormatSettings formatSettings,
QuoteSettings quoteSettings,
TextFieldSettings fieldSettings)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
TextFieldSettings |
TabularTextTrait.getFieldSettings()
Returns the field settings.
|
Constructor and Description |
---|
TabularTextTrait(AstAttribute attribute,
TextFormatSettings formatSettings,
EscapeSettings escapeSettings,
TextFieldSettings fieldSettings)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.