public class Parameters extends AbstractMarkupParameters
IParameters based facade around the YAML configuration format.| Modifier and Type | Field and Description |
|---|---|
static String |
NONWELLFORMED_PARAMETERS |
static String |
WELLFORMED_PARAMETERS |
pathSIMPLIFIERRULES, SIMPLIFIERRULES_DISPLAY_NAME, SIMPLIFIERRULES_SHORT_DESC| Constructor and Description |
|---|
Parameters()
Default constructor loads nonwellformed configuration
|
Parameters(File configFile) |
Parameters(String configAsString) |
Parameters(URL configPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
Reset the parameters to their default values.
|
fromString, getBoolean, getEditorTitle, getInteger, getSimplifierRules, getString, getTaggedConfig, setBoolean, setEditorTitle, setInteger, setSimplifierRules, setString, setTaggedConfig, toString, validateSimplifierRulesgetParametersDescription, getPath, load, load, save, setPathpublic static final String NONWELLFORMED_PARAMETERS
public static final String WELLFORMED_PARAMETERS
public Parameters()
public Parameters(URL configPath)
public Parameters(File configFile)
public Parameters(String configAsString)
public void reset()
IParametersreset in interface IParametersreset in class AbstractMarkupParametersCopyright © 2021. All rights reserved.