public class Parameters extends StringParameters
| Modifier and Type | Field and Description |
|---|---|
static int |
UNESCAPE |
bufferpath| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
int |
getConversionType() |
String |
getEscapeList() |
boolean |
getUpdateAll() |
void |
reset()
Reset this parameters object to its default values.
|
void |
setConversionType(int conversionType) |
void |
setEscapeList(String escapeList) |
void |
setUpdateAll(boolean updateAll) |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringgetParametersDescription, getPath, load, load, save, setPathpublic static final int UNESCAPE
public int getConversionType()
public void setConversionType(int conversionType)
public boolean getUpdateAll()
public void setUpdateAll(boolean updateAll)
public String getEscapeList()
public void setEscapeList(String escapeList)
public 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 StringParametersCopyright © 2022. All rights reserved.