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, initclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfigurationKeys, initprotected void init()
AbstractConfigurationAwaresuper.init(Configuration).init in class AbstractConfigurationAwareprotected boolean isSection(Options options)
protected boolean isVariable(Options options)
protected boolean isUnescapeVariable(Options options)
protected void append(Options options, CharSequence sequence)
options - sequence - TextSupportprotected String convertValue(Object value)
value - ValueConverterprotected void convertAndAppend(Options options, Object value)
options - value - append(Options, CharSequence),
convertValue(Object)Copyright © 2017. All rights reserved.