public class Parameters extends StringParameters implements IEditorDescriptionProvider
bufferpath| Constructor and Description |
|---|
Parameters() |
| Modifier and Type | Method and Description |
|---|---|
EditorDescription |
createEditorDescription(ParametersDescription paramDesc) |
boolean |
getCheckCharacters() |
boolean |
getMatchRegexExpressions() |
boolean |
getMatchUserRegex() |
boolean |
getNormalizeQuotes() |
ParametersDescription |
getParametersDescription()
Gets the description of the parameters.
|
boolean |
getPruneTextUnit() |
String |
getUserRegex() |
void |
reset()
Reset this parameters object to its default values.
|
void |
setCheckCharacters(boolean checkCharacters) |
void |
setMatchRegexExpressions(boolean matchRegexExpressions) |
void |
setMatchUserRegex(boolean matchUserRegex) |
void |
setNormalizeQuotes(boolean normalizeQuotes) |
void |
setPruneTextUnit(boolean pruneTextUnit) |
void |
setUserRegex(String userRegex) |
fromString, fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setString, toStringpublic 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 StringParameterspublic boolean getNormalizeQuotes()
public void setNormalizeQuotes(boolean normalizeQuotes)
public boolean getCheckCharacters()
public void setCheckCharacters(boolean checkCharacters)
public boolean getMatchRegexExpressions()
public void setMatchRegexExpressions(boolean matchRegexExpressions)
public boolean getMatchUserRegex()
public void setMatchUserRegex(boolean matchUserRegex)
public String getUserRegex()
public void setUserRegex(String userRegex)
public boolean getPruneTextUnit()
public void setPruneTextUnit(boolean pruneTextUnit)
public ParametersDescription getParametersDescription()
IParametersgetParametersDescription in interface IParametersgetParametersDescription in class BaseParameterspublic EditorDescription createEditorDescription(ParametersDescription paramDesc)
createEditorDescription in interface IEditorDescriptionProviderCopyright © 2022. All rights reserved.