public class Parameters extends Parameters
| Modifier and Type | Field and Description |
|---|---|
boolean |
createPlaceholders
If in-line codes should be created for the dropped splicers and linebreaks of spliced lines
Default: true (create in-line codes)
|
String |
splicer
Char at the end of a line, signifying the line is continued on the next line (normally "\" or "_").
|
codeFinderRules, preserveWS, subfilter, trimLeading, trimTrailing, unescapeSource, useCodeFinder, wrapModebufferpathSIMPLIFIERRULES, SIMPLIFIERRULES_DISPLAY_NAME, SIMPLIFIERRULES_SHORT_DESC| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
load(ParametersString buffer)
Load from buffer.
|
void |
reset()
Reset this parameters object to its default values.
|
protected void |
save(ParametersString buffer)
Save to buffer.
|
fromString, getData, getSimplifierRules, loadFromResource, loadGroup, loadGroup, saveGroup, saveGroup, saveToResource, setSimplifierRules, toString, validateSimplifierRulesfromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setStringgetParametersDescription, getPath, load, load, save, setPathpublic String splicer
Default: \ (backslash)
public boolean createPlaceholders
protected void load(ParametersString buffer)
AbstractGroupParametersload in class Parameterspublic void reset()
StringParameters
Subclasses should override this method to set any initial
values and instantiate any objects that require allocation. It
is recommended that subclasses also call super.reset()
in the override to ensure that the buffer is empty.
reset in interface IParametersreset in class Parametersprotected void save(ParametersString buffer)
AbstractGroupParameterssave in class ParametersCopyright © 2021. All rights reserved.