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() |
boolean |
getPruneTextUnit() |
String |
getUserRegex() |
void |
reset() |
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()
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()
getParametersDescription in interface IParametersgetParametersDescription in class BaseParameterspublic EditorDescription createEditorDescription(ParametersDescription paramDesc)
createEditorDescription in interface IEditorDescriptionProviderCopyright © 2021. All rights reserved.