public abstract class AbstractHelper extends AbstractConfigurationAware implements Helper
TextSupport
.configuration
Constructor and Description |
---|
AbstractHelper() |
Modifier and Type | Method and Description |
---|---|
protected void |
append(Options options,
CharSequence sequence)
Escape appended sequence if needed.
|
protected void |
convertAndAppend(Options options,
Object value) |
protected String |
convertValue(Object value) |
protected void |
init()
Can be overridden so that there's no need to call
super.init(Configuration) . |
protected boolean |
isSection(Options options) |
protected boolean |
isUnescapeVariable(Options options) |
protected boolean |
isVariable(Options options) |
checkNotInitialized, init
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConfigurationKeys, init
protected void init()
AbstractConfigurationAware
super.init(Configuration)
.init
in class AbstractConfigurationAware
protected boolean isSection(Options options)
protected boolean isVariable(Options options)
protected boolean isUnescapeVariable(Options options)
protected void append(Options options, CharSequence sequence)
options
- sequence
- TextSupport
protected String convertValue(Object value)
value
- ValueConverter
protected void convertAndAppend(Options options, Object value)
options
- value
- append(Options, CharSequence)
,
convertValue(Object)
Copyright © 2017. All rights reserved.