-
- All Implemented Interfaces:
-
icu.windea.breezeframework.dsl.DslConfig
@CreoleDslMarker() public class CreoleDsl.DslConfig implements DslConfig
-
-
Field Summary
Fields Modifier and Type Field Description private Stringindentprivate Stringtruncatedprivate BooleandoubleQuotedprivate IntegermarkerCountprivate IntegeremptyColumnLengthprivate final Characterquoteprivate final StringemptyColumnTextpublic final static CreoleDsl.DslConfigINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetIndent()final UnitsetIndent(String indent)final StringgetTruncated()final UnitsetTruncated(String truncated)final BooleangetDoubleQuoted()final UnitsetDoubleQuoted(Boolean doubleQuoted)final IntegergetMarkerCount()final UnitsetMarkerCount(Integer markerCount)final IntegergetEmptyColumnLength()final UnitsetEmptyColumnLength(Integer emptyColumnLength)final CharactergetQuote()final StringgetEmptyColumnText()-
-
Method Detail
-
getTruncated
final String getTruncated()
-
setTruncated
final Unit setTruncated(String truncated)
-
getDoubleQuoted
final Boolean getDoubleQuoted()
-
setDoubleQuoted
final Unit setDoubleQuoted(Boolean doubleQuoted)
-
getMarkerCount
final Integer getMarkerCount()
-
setMarkerCount
final Unit setMarkerCount(Integer markerCount)
-
getEmptyColumnLength
final Integer getEmptyColumnLength()
-
setEmptyColumnLength
final Unit setEmptyColumnLength(Integer emptyColumnLength)
-
getEmptyColumnText
final String getEmptyColumnText()
-
-
-
-